iPhone 应用内购买被拒绝后无法使用
我最近遇到了应用内购买问题,因此被拒绝了。我发现在创建新产品并批准它们后,我没有从 SKProductsRequest 中收到任何产品。新的应用内购买是否需要在服务器上进行一些延迟更新,或者是否有一些常见原因导致应用程序被拒绝时它们停止工作?
I recently had an issue with my in-app purchases, so had them rejected. I found that upon creating new ones and approving them, I am getting no products back from my SKProductsRequest. Do new in-app purchases require some delay to be updated on their servers or is there some common reason that they stop working when an app is rejected?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,我的付费应用程序合同没有填写,因此服务器默默地拒绝了任何产品请求。
It turned out my paid applications contract wasn't filled out, so the server was silently rejecting any product requests.