I have an app which hasn't been released yet. Now I already uploaded a build where I incremented the version to 1.0.1. (CFBundleShortVersionString
). The reason why I've done this is because he complained on submitting the new build to make it short.
Can I upload a new build with version 1.0.0?
Edit:
Longer version of the story:
- Got the app approved by Apple, but it was always in pending developer release.
- Found some bugs and corrected them. Therefore I uploaded a new build.
- Application Loader complained on
CFBundleShortVersionString
so I incremented that. - Then I found out that I have to reject the app, which is what I've done now. I also removed the build from the Versions tab.
- Now I want to release v. 1.0.0 but I already uploaded v. 1.0.1.
The app was never released.
Solution:
Option 1:
You simply send v. 1.0.1 in for review. But that is not what I wanted.
Option 2:
Make sure you rejected the binary and removed the build (from Versions tab). Increment the build number (in my case 1.0.3) and reset version to 1.0.0. Reupload binary and submit :-) PS: I think this is only possible if your app was never released. Now it looks strange in the pre-releases tab, because there is a newer version but with old build number.