Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When I resubmit my app after a rejection do I need to increment the version number? [closed]

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?

like image 433
Undistraction Avatar asked Aug 16 '12 09:08

Undistraction


3 Answers

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.

like image 95
Devang Avatar answered Sep 19 '22 15:09

Devang


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

like image 25
iDevAmit Avatar answered Sep 22 '22 15:09

iDevAmit


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

like image 41
internet-nico Avatar answered Sep 20 '22 15:09

internet-nico