Reputation: 1922
I have prerelease builds for my app that my team has tested in Test Flight. I'd like to upload my most recent prerelease build (1.7) to submit the app for review as a version 1.0. Is there a difference between the version number of a prerelease build and the version number of the app that I want to submit for review by Apple? Will this keep my app at version 1.0 or will it be listed on the app store as version 1.7?
Upvotes: 0
Views: 63
Reputation: 534
Hello @rafi.
You have to remember their was version number in two places one in your bundle and another in your iTunes account.
Build number is not shown in app store.
The version number you entered in iTunes account is shown in app store.
Happy coding :)
Upvotes: 0
Reputation: 770
The build number and the version number are different. There are two spaces in Xcode, one for version number and one for build number. The version number is what matters when submitting your app to the app store. In apple's documentation, you can see they increment the build number by one to differentiate between different versions for test flight.
Upvotes: 1