Search code examples
iosapp-storesubmission

Version number issue with App Store submission


I encountered a very strange question. I currently have a product with version 1.01 in Apple App Store, and when I try to submit an app with version 1.1, and I encountered this error:

1st Error Message

This means 1.01 has been interpreted as 1.1? Now my problem is I can't remove the 1.1 build (so to rename it as 1.2) and I can't submit... what should I do?

If I set the build to 2 or 3 (version as 1.1) I got the following error message:

2nd Error Message


Solution

  • Version 1.01 is the same as version 1.1 because the leading zero is ignored. Your new version must be higher, say 1.2

    In App Store connect, select your new iOS version, 1.1 and change its version number, under "General App Information" to 1.2 and save your changes.

    You can now upload version 1.2. build 1