1

I had submitted my app and Apple responded to it and rejected it by identifying an issue of auto layout. Now I have done auto layout in my app and built a new archive with a new version and uploaded the archive to the AppStore successfully.

But I don't know what to do next to in the iTunes Build options. Can anyone help me with what to do next? This is first time I'm updating the app.

Toby
  • 9,696
  • 16
  • 68
  • 132
Hamza Imran
  • 189
  • 1
  • 18
  • Look at these links https://stackoverflow.com/questions/6519188/ios-resubmit-the-rejected-app-after-fixing-issue https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/ChangingAppStatus.html – Gagan_iOS Jun 20 '17 at 05:27

1 Answers1

0

Your build is rejected, not version. So you just have to update your current Build Version, but application version must be same. And then upload new version on AppStore and you will see new version in Activity Tab.

After adding version, click on App Store tab, go to your current version, and new build from Build section. Now, you can click on Submit for Review.

You can also checkout AppleDoc for more information.

Here is the pictorial description to update version from xCode.enter image description here

Nirmalsinh Rathod
  • 5,079
  • 4
  • 26
  • 56