Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you replace a rejected app store binary if the version number should not be incremented?

My app store submission was rejected and I'm trying to upload a replacement.

This answer says the version number should not be incremented:

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

On the iTunesConnect build page I deleted the previous build that got rejected and saved the page, but then when trying to submit the new archive from Xcode I got the Redundant Binary Upload error.

So if I'm not supposed to increment the build number, but I've already deleted the original build, and I still can't submit the new version how do I proceed?

like image 298
Gruntcakes Avatar asked Mar 15 '15 18:03

Gruntcakes


1 Answers

Keep the same version number, but change your build number.

For example, if the original Version is 1.0 and the original Build is 1.0, you can keep the Version as 1.0 but change the Build to 1.0.1 to avoid that error.

enter image description here

like image 145
Lyndsey Scott Avatar answered Oct 06 '22 07:10

Lyndsey Scott