13

My app was rejected, so I have amended it and am about to resubmit it. The first time I submitted it it was as version 1.0. Do I need to increment the version number for this resubmission?

Undistraction
  • 42,754
  • 56
  • 195
  • 331
  • 4
    I'm voting to close this question as off-topic because it is about an app store's policies and procedures, rather than programming. See [Are developer-centric questions about application stores on topic?](//meta.stackoverflow.com/q/272165) – Makyen May 28 '18 at 23:54
  • @Makyen this is a developer go-to community. A lot of help regarding everything related to programming has been received here. Closing questions like this mean you do not support developer growth. And that's a thumbs down for me. – David Oct 11 '20 at 23:41

5 Answers5

15

No!!! You do not need to update version number. If your app is rejected then you do not need to change its version number.

Change the app status "Ready to submit" on iTunes connect and submit it.

Devang
  • 11,258
  • 13
  • 62
  • 100
4

Upload the binary again with same version number but preferably you can change the build number.

iDevAmit
  • 1,550
  • 2
  • 21
  • 33
4

You don't need to create a new version number, especially if it doesn't add features and you're just fixing a small bug or rejection. But! In my XCode 7.3, I needed to increment the "build number" in the app "Identity" settings. This will fix the Redundant binary upload error you may receive. It's sort of like making a "patch" build from 2.0.0 to 2.0.1

enter image description here

internet-nico
  • 1,637
  • 19
  • 17
0

After your app has been rejected, the only thing you have to do is to clear the bugs that leaded to rejection and submit the new binary.

No changes to app version is needed.

John Smith
  • 2,012
  • 1
  • 21
  • 33
0

No, you just need to upload the binary again and again the review process will be done.