Reputation: 203
Hello and thanks in advance.
While trying to submit new version of iOS App to AppStore using Application Loader, I received this message:
ITC.apps.validation.prerelease_build_missing
and submission is stopped. I didn't have any problems submitting new versions with prior versions of iTunesConnect, it seems that this bug is showing with latest version.
Have you any idea about what it means and how to solve the problem in order to proceed?
Upvotes: 20
Views: 3253
Reputation: 127
You need to follow below steps to upload the application new version :
-- Give New Version details and Save the contents on itunes connect
-- Change the Bundle version in your application source code.
-- Upload the application with xCode 5.1.1 or later or Application Loader 2.9.1 or later
-- After getting no issues found and application uploaded successfully, WAIT FOR TEN MINUTES.
-- After ten minutes, refresh the page of itunes connect.
-- Scroll down the screen, you will get a '+' icon in a blue circle in the BUILD section.
-- Click on the same and select the application version which you recently uploaded
-- Save all the changes and select "Submit for review"
Upvotes: 9
Reputation: 1382
All you have to do is scroll down on the main page of your version, spot the BUILD section and add there the build you have previousuly uploaded. Scroll up again and click "Submit for review".
That should do it.
Upvotes: 30