Make Update to a live iPhone app

萝らか妹 提交于 2019-12-03 07:05:45

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:

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.

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