更新实时 iPhone 应用程序
我有一个 iPhone 应用程序,它已经在应用程序商店中上线...现在我想对应用程序进行一些小更新(修复并添加 iAd)
我如何提交新更新的应用程序...将创建一个新版本还是那不需要吗?
同样在 iTunes Connect 中,我没有看到任何显示“提交更新或新版本”的链接。
我是否必须首先通过 Loader 上传...请指导我。谢谢。
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..Will that create a new version OR is that not required?
Also in iTunes Connect, I do not see any link which says Submit update or new version..
Do I first have to upload via Loader ...Please guide me. Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该更新 .plist 中的“版本”字段,然后提交新的二进制文件。
在应用页面,右下角有一个“添加版本”按钮,如下:
点击“添加版本”,明确新版本中更新/修复/升级的内容,确保所有其他字段均正确,然后提交。
之后,您将必须使用应用程序加载器(Mac 应用程序)来上传二进制文件。
无论更新有多小或无关紧要,您都必须添加新版本。请注意,当前版本不会从商店中删除,因此您不会损失销量(或下载量)。
另请注意,虽然有一些技术方法可以稍微规避此问题(例如,通过从互联网下载动态代码),但此类做法是严格禁止的,并且会导致您的应用被拒绝。
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.