Search code examples
app-storeapp-store-connect

iOS option is disabled in Version or platform (iTunes Connect)


I uploaded my app to the App Store using xcode. I can see my build in my existing app on iTunes connect. However when I want to add the build using the "+ Version or platform" option it shows me a disabled iOS button:

My build version is 2.0.

enter image description here

I received an email from Apple stating that the app completed processing. Any reason why I can't select it?


Solution

  • I found the solution. In my case I wanted to update the app to a newer version which wasn't listed in the "+Version or Platform" menu. The possible reason is that a previous build failed, with the status of "Prepare for Submission".

    1. Select the build which is listed as "Prepare for submission" under "iOS App".
    2. Scroll down till you see the build for that submission.
    3. Delete the old build and select a new correct build.
    4. Now scroll down more and change the version of your submission in the textfield to the build number of your correct build.

    After doing that I was able to submit it to the App Store.