简体   繁体   English

iOS如何加载多个应用内商品

[英]iOS How I can load multiple in-app items

有没有办法在itunes connect仪表板上的应用内结算部分加载多个项目(例如使用像Android这样的.csv文件)?

You can use the Application Loader to mass import in app purchases: https://itunesconnect.apple.com/docs/UsingApplicationLoader.pdf 您可以使用Application Loader批量导入应用程序购买: https//itunesconnect.apple.com/docs/UsingApplicationLoader.pdf

Read the "Creating a Package from a File" section on page 15: 阅读第15页的“从文件创建包”部分:

You can create a package containing the In-App Purchase you want to submit to iTunes by importing details from an Application Loader file and adding and editing the metadata. 您可以通过从Application Loader文件导入详细信息并添加和编辑元数据来创建包含要提交给iTunes的应用内购买的包。 When creating a package from a file, be sure to use the Application Loader template. 从文件创建包时,请务必使用Application Loader模板。 To get a copy of the template, choose File > Open App Import Template in Application Loader 2.9. 要获取模板的副本,请在Application Loader 2.9中选择“文件”>“打开应用程序导入模板”。 Application Loader creates the AppFileImportTemplates folder containing the AppMassImportTemplate.txt template. Application Loader创建包含AppMassImportTemplate.txt模板的AppFileImportTemplates文件夹。 To always have an original version of the template file, be sure to make a copy of the template before editing. 要始终拥有模板文件的原始版本,请务必在编辑之前制作模板的副本。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM