Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 743
Hapeki Avatar asked Jun 03 '16 13:06

Hapeki


People also ask

How do I remove rejected build from iTunes connect?

If you "mouse over" the rejected binary under the "Build" section you'll notice that a red circle icon with a - (i.e. a delete button) appears. Tap on this and then hit the save button at the top of the screen. Submitted binary is now gone.


2 Answers

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.

like image 77
Hapeki Avatar answered Oct 07 '22 10:10

Hapeki


I had the same issue. I had to reject an app that was in "Waiting for Review" status since we had to update a bug that we found after we submitted the previous build. Once we did that, we were unable to add a new version and the ios option was disabled. To fix this:

  1. I went to the same version that showed "Rejected by Developer",

  2. Scrolled down to the build version,

  3. Clicked the minus (-) icon next to the previous build to remove that,

  4. Added the new build and

  5. Saved and Submitted for review.

The version increment automatically updated after step 5 above based on the selected build.

like image 34
Neel Avatar answered Oct 07 '22 09:10

Neel