SKProductsRequest 委托方法永远不会被调用

发布于 2024-09-03 13:21:21 字数 1469 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

转身以后 2024-09-10 13:21:21

今天我也遇到了同样的问题。早上我的代码可以工作,下午3-4个小时就不能工作了。我花了我所有的时间,尝试了很多事情。但不久前,它开始自行发挥作用。我没有改变任何东西。

我想我们不能相信苹果的服务器。

The same problem happened to me today. In the morning my code was working, in the afternoon it didn't work for 3-4 hours. I spent all of my time and tried many things. But a little time before, it started working itself. I didn't change anything.

I suppose we can't trust apple servers about that..

琉璃繁缕 2024-09-10 13:21:21

这是一个很好的检查列表,可以解决这个问题:

  1. 转到“Settings\iTunes &”。应用商店,注销任何帐户,然后重试,以确保您使用的是沙盒帐户。
  2. 检查此链接 - 如果没有响应,iTunes 沙盒可能已关闭。
  3. 您是否为您的 App ID 启用了应用内购买?
  4. 您项目的 .plist Bundle ID 与您的 App ID 匹配吗?
  5. 您在发出 SKProductRequest 时是否使用完整的产品 ID?
  6. 自从将产品添加到 iTunes Connect 后,您是否已经等待了几个小时?
  7. 您的银行详细信息在 iTunes Connect 上有效吗?
  8. 您是否尝试过从设备中删除该应用程序并重新安装?
  9. 创建应用内购买产品后,请记住将它们添加到 ituns connect 的应用页面中的游戏应用中。

Here it's a good check list that can solve this issues:

  1. Go to Settings\iTunes & App Stores, log out of any account, and try again so you’re sure you’re using a Sandbox account.
  2. Check this link – if it doesn’t respond, the iTunes sandbox may be down.
  3. Have you enabled In-App Purchases for your App ID?
  4. Does your project’s .plist Bundle ID match your App ID?
  5. Are you using the full product ID when when making an SKProductRequest?
  6. Have you waited several hours since adding your product to iTunes Connect?
  7. Are your bank details active on iTunes Connect?
  8. Have you tried deleting the app from your device and reinstalling?
  9. After you've created your in app purchase products, remember to add those to your game-app in you app page in ituns connect.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文