How to Create the Upload File for Application Loader?

前端 未结 5 580
孤独总比滥情好
孤独总比滥情好 2021-01-30 05:03

When I use Application Loader, I get to the point where it asks me to \"Choose...\" the file to be uploaded.

If I understand correctly, it supposes to be the appName.app

5条回答
  •  [愿得一人]
    2021-01-30 05:37

    If I remember correctly, the file that you need to choose is a "*.ipa" file which I was able to generated by archiving to project.

    If you have xcode 4 it is recommended to add another scheme e.g. dist scheme and configure the scheme to release. Than compile (using the dist scheme) and go to the organizer to view/share/ or submit the application.

    If you are using xcode 4, it has a bug which crashes the xcode if you choose validate or submit, in this case you should save upload the *.ipa using the application loader.

    Hope this helps.

提交回复
热议问题