Reject binary with state waiting for review (can't find reject binary button)

IphoneApp Store-ConnectAppstore Approval

Iphone Problem Overview


I want to reject binary which is waiting for review and when I go to the path that Developer Guide specifies I can't find the button to reject the binary.

Iphone Solutions


Solution 1 - Iphone

In iTunes connect, from 'My apps', select

  • Click your application, then
  • Make sure you are on the 'Versions' tab, and that the correct version is selected.
  • Click 'Remove this version from review' located in the info bubble.

See below enter image description here

Solution 2 - Iphone

As a few people have commented/upvoted on @ThomasRS's accepted answer, for whatever reason, even though my app's status was "Waiting for review", the blue bar with the "To submit a new build, you must remove this version from review" message did not appear on the iTunes Connect website on my app's "Waiting for review" version page.

However, I did see a "Reject this binary" link in the iTunes Connect iOS application:

iTunes Connect - Product

Steps to access that page:

  1. Open the iTunes Connect app on your iOS device.
  2. Sign in with your iTunes credentials when prompted.
  3. Open the Products tab (along the bottom).
  4. Tap your application.
  5. On that screen, tap "Reject This Binary".

Solution 3 - Iphone

This has all changed with the re-design (as of 12-Sept-2014) you now need to:

> Open the App Details page for the app, as described in To open the App > Details page for an app. > > On Versions, above the app's metadata, this message appears: "You can > only edit all information while your version is waiting for review. To > submit a new build, you must remove this version from review." Click > "remove this version from review"

See: Viewing and Changing Your Apps Status and Availability

Solution 4 - Iphone

After the changes in iTunesConnect Portal, Here are the new steps:

  • Login to iTunes Connect.
  • Click on My Apps option.
  • Select app for which you want to reject binary.
  • Select the version from the left side.
  • Reject binary (visible on right side)

enter image description here You just need to click on remove this version from review (denoted by arrow in above image)

Solution 5 - Iphone

In my case the link to reject appeared after 5-10 minutes after submit, so try to wait 10 minutes.

Solution 6 - Iphone

I went through the struggle of this as well. I tried everything StackOverflow told me nothing worked. So I did some digging on the site itself and this worked for me.

  1. Right click the site in chrome and click "inspect".
  2. Click "Elements"
  3. Search for "showDevRejectModal".
  4. Double click the class parent of this element where it says "ng-modal ng-isolate-scope ng-hide".
  5. Delete the "ng-hide".

enter image description here

Solution 7 - Iphone

You may reject your binary at any time. It will be removed from the review queue and you will go to 'the back of the line' as it were if/when you resubmit your app for review.

From the Developer Guide (log in required):

> When the status of your app is... > In Review...you can > reject the binary you have submitted > by clicking Reject Binary from the > Binary Details page...

Solution 8 - Iphone

From the new version of iTunes connect, here is what you have to do:

login to iTunes connect. Go to my apps and click on the app for which you wish to reject binary.

In the app details page you will see a particular section, in the Versions tab:

Click on the link 'remove this version from Review'

Once you do that, go to the Build Section of your app - you will see a '-' button when you hower over the mouse above the version number.

Click on the '-' button and your build is removed from the Review Queue.

Pl. note - every build that is removed, will result in further delay to the app- approval time, as your queue position is lost!!

Solution 9 - Iphone

Or you can remove it in Build section.

Versions - Build

Solution 10 - Iphone

"reject bubble" didn't appear in my case as well. While searching on the web I've found this thread which suggested to use the API request below: After I've pasted the link in the browser and reload the itunes page, the bubble appeared so I could reject the binary:

https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/app/[app_id]/versions/[version_id]/reject

Make sure to use you app's [app_id] and [version_id] in the request above

Just execute the final request and it should do the trick (pasting the final string with the correct app_id and version_id into your browser's address line should work for this)

Hopefully this option may help someone else.

Solution 11 - Iphone

I had to switch to Safari from Chrome to see the button

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionuser409333View Question on Stackoverflow
Solution 1 - IphoneThomasRSView Answer on Stackoverflow
Solution 2 - IphoneJon SchneiderView Answer on Stackoverflow
Solution 3 - IphoneMarkiveView Answer on Stackoverflow
Solution 4 - IphoneHemant Singh RathoreView Answer on Stackoverflow
Solution 5 - IphoneMingalevMEView Answer on Stackoverflow
Solution 6 - Iphonedrewg23View Answer on Stackoverflow
Solution 7 - IphoneWayne HartmanView Answer on Stackoverflow
Solution 8 - IphonecodelynksView Answer on Stackoverflow
Solution 9 - IphonePenguinView Answer on Stackoverflow
Solution 10 - Iphonevir usView Answer on Stackoverflow
Solution 11 - IphoneAnton PlebanovichView Answer on Stackoverflow