Reject binary with state waiting for review (can&#

2020-01-25 04:41发布

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.

10条回答
可以哭但决不认输i
2楼-- · 2020-01-25 05:23

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!!

查看更多
forever°为你锁心
3楼-- · 2020-01-25 05:26

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".
查看更多
再贱就再见
4楼-- · 2020-01-25 05:28

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

查看更多
淡お忘
5楼-- · 2020-01-25 05:36

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

查看更多
登录 后发表回答