ios – 通过Application Loader添加新的应用内购买

ios – 通过Application Loader添加新的应用内购买,第1张

概述我正在使用Application Loader添加3个新的应用程序内购买.我目前有14个待售. 当我添加新的3(带有托管内容)时,验证,然后按Deliver. 我收到这个错误 The archive for In-App Purchase ‘com.xxx.xxx’ is invalid. The ‘ContentVersion’ in the ContentInfo.plist must hav 我正在使用Application Loader添加3个新的应用程序内购买.我目前有14个待售.

当我添加新的3(带有托管内容)时,验证,然后按Deliver.

我收到这个错误

The archive for in-app Purchase ‘com.xxx.xxx’ is invalID.

The ‘ContentVersion’ in the ContentInfo.pList must have a higher value
than the current version.

com.xxx.xxx是一个旧的,实时托管的内容应用内购买…

如果我更改com.xxx.xxx的ContentVersion会影响购买它的用户吗?为什么我还需要改变它?

解决方法 应用程序内购买的数量不会起作用:Apple Quote:“Application Loader支持每个应用程序最多1,000个应用程序内购买.”从 Using Application Loader.

确保您在应用程序内购买摘要中设置的所有产品ID与应用程序的.pList文件中的产品ID相同.根据Apple的“应用内购买编程指南”,对pList标识符的更改可能会导致用户之前在应用中购买的问题:


在In-App Purchases查看Ray Wenderlich的教程.它非常简单并且定期更新.

总结

以上是内存溢出为你收集整理的ios – 通过Application Loader添加新的应用内购买全部内容,希望文章能够帮你解决ios – 通过Application Loader添加新的应用内购买所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址:https://www.54852.com/web/1051481.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-05-25
下一篇2022-05-25

发表评论

登录后才能评论

评论列表(0条)

    保存