iOS How I can load multiple in-app items

≯℡__Kan透↙ 提交于 2019-11-28 05:04:31

问题


Is there a way to load multiple items together on in-app billing section on itunes connect dashboard (for example with a .csv file like Android)?


回答1:


You can use the Application Loader to mass import in app purchases: https://itunesconnect.apple.com/docs/UsingApplicationLoader.pdf

Read the "Creating a Package from a File" section on page 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. When creating a package from a file, be sure to use the Application Loader template. To get a copy of the template, choose File > Open App Import Template in Application Loader 2.9. Application Loader creates the AppFileImportTemplates folder containing the AppMassImportTemplate.txt template. To always have an original version of the template file, be sure to make a copy of the template before editing.



来源:https://stackoverflow.com/questions/24451309/ios-how-i-can-load-multiple-in-app-items

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!