AJ112
AJ112

Reputation: 5301

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. Now i have updated my app with some new features and added iOS 7 support etc.

This is actually the first very first time i am going to submit a new version of the same app to the 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. Go back and add the updated screenshots and then using Xcode, i can submit it for the approval.

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!

Upvotes: 1

Views: 870

Answers (2)

lawicko
lawicko

Reputation: 7344

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. If they are in your code, I'd suggest to rename your methods

Upvotes: 2

Jordan Montel
Jordan Montel

Reputation: 8247

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.

enter image description here

On iTunes Connect you set the new version number :

enter image description here

Upvotes: 1

Related Questions