NSUbiquitousKeyValueStore 和应用内购买

发布于 2024-12-28 20:47:12 字数 361 浏览 1 评论 0原文

今天,我刚刚打开了 1.5 个月前的项目,想要向应用程序添加新的应用内购买,因此我将所有信息添加到 iTunesConnect,没有对现有信息进行任何更改。当我现在运行应用程序时,所有购买都将不起作用,我正在使用 MKStoreKit 但 SKRequest 也不会抛出任何错误。此外,我在不添加 iCloud 支持的情况下登录控制台时收到以下信息:

NSUbiquitousKeyValueStore error: com.mycompany.myapp has no valid com.apple.developer.ubiquity-kvstore-identifier entitlement

有什么建议和/或我可能会破坏什么吗?

today I just opened my 1,5 month old project and wanted to add a new In-App-Purchase to the app, so I added all the information to iTunesConnect, didn't change anything for the existing ones. When I now run the app ALL of the purchases won't work, I'm using MKStoreKit but the SKRequest also doesn't throw any errors. In addition I'm getting the following logged in console without adding iCloud support:

NSUbiquitousKeyValueStore error: com.mycompany.myapp has no valid com.apple.developer.ubiquity-kvstore-identifier entitlement

Any suggestions what is going on and/or what I could have broken?

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

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

发布评论

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

评论(1

水晶透心 2025-01-04 20:47:12

我遇到了同样的错误。

根据这个不错的博客:http://troybrant。 net/blog/2010/01/in-app-purchases-a-full-walkthrough/,具体而言,第 7 步,Apple 可能需要一些时间才能将您的新 IAP 放入其沙箱中 服务器。所以休息一下,几个小时后回来,:)

I'm getting the same error.

According to this nice blog: http://troybrant.net/blog/2010/01/in-app-purchases-a-full-walkthrough/, step 7 to be specific, it might take time for Apple to put your new IAP in their sandbox server. So just take a break and come back after a few hours, :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文