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.
In my case the link to reject appeared after 5-10 minutes after submit, so try to wait 10 minutes.
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!!
Or you can remove it in Build section.
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...
"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.
In iTunes connect, from 'My apps', select
See below