Make Update to a live iPhone app

前端 未结 1 1011
南笙
南笙 2021-02-08 23:37

I have an iPhone app which is aleready live on the app store...Now I want to make small updates to the app (fixes and adding iAd)

How do I submit the new updated app..Wi

相关标签:
1条回答
  • 2021-02-09 00:03

    You should update the "version" field in your .plist, then submit a new binary.

    In the application page, there is a "Add Version" button in the lower right corner, as follows: Example Application Page

    Click "Add Version", clarify what is being updated/fixed/upgraded in the new version, make sure that all the other fields are correct, and then submit.

    After that, you will have to use the Application Loader (Mac App) to upload your binary.

    No matter how small or insignificant the updates are, you have to add a new version. Note that the current version will not be removed from the store, so you will not lose sales (or downloads).

    Also, note that while there are technical ways to slightly circumvent this (e.g., by downloading dynamic code from the internet), such practices are strictly forbidden and will cause your app to be rejected.

    0 讨论(0)
提交回复
热议问题