Version Mismatch when uploading new app

Hello!

I created a new app to upload to the app store and when I tried using the application loader on the Mac, I received the following error.

iTunes still accepted my app and it’s now waiting for review. However, I’m curious why I received this error message. The version name I used was 1.0 and I do not have a version specified in build.settings. Has anyone else encountered this issue?

Just to make it easier to read, here’s the plain text copy.

Version Mismatch - Neither CFBundleVersion [‘1.0’] nor CFBundleShortVersionString [’’] in the Info.plist match the version of the app set in iTunes Connect [‘1’].

Just to make it easier to read, here’s the plain text copy.

Version Mismatch - Neither CFBundleVersion [‘1.0’] nor CFBundleShortVersionString [’’] in the Info.plist match the version of the app set in iTunes Connect [‘1’].

I am having this same issue on an app I just submitted today. I did not specify a version number in the build.settings.

I did leave the default 1.0 in the Build dialog in Corona, and this is the second time I’ve built the app, but only the first time to submit it.

Can you post your build.settings?

Also what did you provide to iTunes Connect as the version you are uploading?

Hello,

I just resolved the issue When building for iOS, the version number that you use when building the app has to match the version number EXACTLY to iTunes. Otherwise, it’ll throw back this error.

Rob, I did not have anything pertaining to version in my build settings… just the basics found in most apps.

I will give this a try… I had version number 1 in iTunes Connect, and 1.0 in the Corona build dialog, so maybe that was it.

Yes a “1” in iTunes Connect and “1.0” in Corona are vastly different.  I know Apple does some math with the version number, but you really have to treat it like an exact string match.

Rob

I am having this same issue on an app I just submitted today. I did not specify a version number in the build.settings.

I did leave the default 1.0 in the Build dialog in Corona, and this is the second time I’ve built the app, but only the first time to submit it.

Can you post your build.settings?

Also what did you provide to iTunes Connect as the version you are uploading?

Hello,

I just resolved the issue When building for iOS, the version number that you use when building the app has to match the version number EXACTLY to iTunes. Otherwise, it’ll throw back this error.

Rob, I did not have anything pertaining to version in my build settings… just the basics found in most apps.

I will give this a try… I had version number 1 in iTunes Connect, and 1.0 in the Corona build dialog, so maybe that was it.

Yes a “1” in iTunes Connect and “1.0” in Corona are vastly different.  I know Apple does some math with the version number, but you really have to treat it like an exact string match.

Rob