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条回答
该账号已被封号
2楼-- · 2020-01-25 05:12

Or you can remove it in Build section.

Versions - Build

查看更多
等我变得足够好
3楼-- · 2020-01-25 05:12

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

查看更多
够拽才男人
4楼-- · 2020-01-25 05:13

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

查看更多
欢心
5楼-- · 2020-01-25 05:17

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

查看更多
唯我独甜
6楼-- · 2020-01-25 05:18

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)

查看更多
Deceive 欺骗
7楼-- · 2020-01-25 05:21

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

查看更多
登录 后发表回答