简体   繁体   English

如何在iTunes Connect中添加多个应用内购买?

[英]How can I add multiple In-App purchases in iTunes Connect?

Usually i am going to 通常我会去
iTunes connect -> my app -> Manage In-App Purchase to add single item to the in app-purchase of my app. iTunes connect -> my app -> Manage In-App Purchase ,将单个项目添加到应用程序购买我的应用程序。

I wanna to know if there is an API i can call it to add multiple files at once to the in-app purchase. 我想知道是否有一个API我可以调用它来一次添加多个文件到应用内购买。

Help is appreciated 感谢帮助

There is no such API. 没有这样的API。 You should add all of them manually. 您应该手动添加所有这些。

You have to add them manually. 您必须手动添加它们。 And check them during request. 并在请求期间检查它们。 Store the appId in array and send the appropriate id with request from array. 将appId存储在数组中,并根据array的请求发送相应的id。 This is the only way to handle Multiple inAppp 这是处理Multiple inAppp的唯一方法

No There is No Such API, You have to add them all for each tier you want to set. 否没有这样的API,您必须为要设置的每个层添加所有这些API。

for full app purchase setting and working check out Reywenderlich Full In-App purchase implementation 完整的应用程序购买设置和工作检查Reywenderlich完整的应用程序内购买实施

You can use the Application Loader from your Mac. 您可以使用Mac上的Application Loader。 There is a template there you can download and populate with your IAPs 有一个模板,您可以下载并填充您的IAP

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在iTunes Connect中取消应用内购买的“添加内容”? - How to cancel “Add Content” for in-app purchases in iTunes Connect? 如何使用Application Loader将应用内购买大量输入iTunes Connect? - How can I use Application Loader to mass input In-App Purchases to iTunes Connect? “无法连接到 iTunes Store”应用内购买 - “Cannot connect to iTunes Store” in-app purchases 我在Firebase中看到应用内购买,但我在iTunes connect / AppAnnie中看不到它们 - I see in-app purchases in Firebase, but I don't see them in iTunes connect/AppAnnie 是否可以从iTunes Connect下载应用程序内购买清单? - Is it possible to download list of In-App purchases from the iTunes Connect? 新的iTunes Connect应用内购买部分不可见 - New iTunes Connect in-app purchases section not visible 恢复应用内购买是否适用于iTunes Connect上的测试帐户? - Does restoring in-app purchases work with test accounts on iTunes Connect? iTunes Connect应用内购买多个应用 - iTunes Connect In-App Purchase multiple apps 如何确认应用内购买是否实际上对Test iTunes Connect用户有效? - How can I confirm whether the in-app purchase actually worked on a Test iTunes Connect user? 如何在iOS上重置沙盒应用内购买以进行测试? - How can I reset sandboxed in-app purchases on iOS for testing?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM