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

后端 未结 10 1264
深忆病人
深忆病人 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 05:01

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

    0 讨论(0)
  • 2020-11-28 05:03

    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)

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

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

    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".
    0 讨论(0)
  • 2020-11-28 05:07

    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

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