Version number not shown correctly

In theory you should be able to set the ShortBundle string and it would override what we set it too, but I’ve not tried it.

Rob

If you mean the CFBundleShortVersion, that seems to be setting the user-facing version number (overrides what is put in Version in build window).  See above where I set it to “1.0.4” in build.settings.

Just to Clarify:

CFBundleShortVersionString uses the Version field in the iOS Build window.  This is the key-value pair that needs to match what’s in iTunes Connection.

CFBundleVersion will default to yyyy.mm.ddtime to make it unique for each build.  If you wish to override this, this can be added to the build.settings, plist table to provide something different.

Rob