简体   繁体   English

将新版本的应用程序提交到App Store

[英]Submitting New Version Of The App To The App Store

I have an iPhone app that was accepted in the App Store almost a month ago. 我有一个iPhone应用程序,几乎在一个月前在App Store中被接受。 Now i have updated my app with some new features and added iOS 7 support etc. 现在我已经使用一些新功能更新了我的应用程序并添加了iOS 7支持等。

This is actually the first very first time i am going to submit a new version of the same app to the App Store. 这实际上是我第一次第一次向App Store提交同一个应用程序的新版本。

As far as it seems, i have to go to iTunes Connect > Manage Your Apps, select the app and then click on "Add Version" and add the version number and whats changed in the new version. 就目前而言,我必须转到iTunes Connect>管理您的应用程序,选择应用程序,然后单击“添加版本”并添加版本号,并在新版本中更改。 Go back and add the updated screenshots and then using Xcode, i can submit it for the approval. 返回并添加更新的屏幕截图然后使用Xcode,我可以提交它以供批准。

The question is that is there anything else that i am missing and that i should do in order to submit the new version of the app? 问题是,我还缺少什么,我应该做什么才能提交新版本的应用程序? As i said i am doing it for the very first time. 正如我所说,我是第一次这样做。 Thanks! 谢谢!

Things you may wan't to consider: 你可能不想考虑的事情:

  • submitting any new in-app purchases with the new version of the app 使用新版本的应用提交任何新的应用内购买
  • make sure your app version and short app version is higher than the one in the version currently in the app store, otherwise you will not pass validation 确保您的应用版本和简短应用版本高于应用商店中当前版本的版本,否则您将无法通过验证
  • run validation before submitting so you can see if you get any warnings, sometimes there may be collision with Apple private apis. 在提交之前运行验证,以便您可以看到是否收到任何警告,有时可能会与Apple私有api发生冲突。 If they are in your code, I'd suggest to rename your methods 如果它们在您的代码中,我建议您重命名您的方法

The only thing you need to do now is to update the version number and the build number in your Xcode application, archive your app and submit on the AppStore. 您现在唯一需要做的就是更新Xcode应用程序中的版本号和内部版本号,存档您的应用程序并在AppStore上提交。

在此输入图像描述

On iTunes Connect you set the new version number : 在iTunes Connect上设置新版本号:

在此输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将新的应用程序版本提交到应用程序商店时,我是否必须创建新的配置文件? - Do i have to create new provisioning profile when submitting new app version to app store? 提交现有应用程序的新版本时出现问题-应用程序加载器在与应用商店的身份验证上受阻 - issue while submitting new version of existing application - application loader stuck on authentication with app store 将应用程序提交到应用商店? - Submitting application to app store? 将应用提交到应用商店错误 - Submitting app to app store error 在应用商店上使用新版本更新应用,以及何时更改应用详细信息? - Updating App with new version on app store and when to change app details? App Store发行的新应用程序版本可以保留旧版本吗? - new app version release to the App Store keeps old versions available? 如何在没有新版本的情况下在app-store上更新应用程序? - How to update the app on app-store without new version? 如何在 Swift5 上检查 App Store 中是否有我的应用程序的新版本? - How To check if there is a new version of my app in the App Store on Swift5? 在将应用程序提交到Apple应用程序商店后,如何更改“版本控制” - How do I change “Version Release Control” after submitting an app to the Apple app store 将我的应用提交到App Store时出错 - Error Submitting My App to the App Store
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM