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

后端 未结 10 1263
深忆病人
深忆病人 2020-11-28 04:20

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条回答
  • 2020-11-28 04:41

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

    0 讨论(0)
  • 2020-11-28 04:41

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

    0 讨论(0)
  • 2020-11-28 04:42

    Or you can remove it in Build section.

    Versions - Build

    0 讨论(0)
  • 2020-11-28 04:44

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

    0 讨论(0)
  • 2020-11-28 04:49

    "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.

    0 讨论(0)
  • 2020-11-28 04:57

    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

    0 讨论(0)
提交回复
热议问题