NSUbiquitousKeyValueStore 和应用内购买
今天,我刚刚打开了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了同样的错误。
根据这个不错的博客: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, :)