iOS 8 removing build from review in iTunesConnect

2019-01-23 22:49发布

I just uploaded a new build to the iTunesConnect in preparation for the iOS 8 release. The app status is "Waiting For Review". However, I want to reject the uploaded binary and upload a new one.

According to Apple docs (section: Removing a Build from Review) there should be a message with the link to remove a build from review.

Expected Message: "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"

My issue is I don't see this link in iTunesConnect.(Snapshot) enter image description here

Is anyone else facing this issue?

10条回答
够拽才男人
2楼-- · 2019-01-23 23:03

I had the same issue. I changed some text in the description to enable the SAVE button. Saved, and then on refresh the Expected Message: "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" appeared and I was able to reject the binary.

查看更多
▲ chillily
3楼-- · 2019-01-23 23:05

This has also been a known bug with iTunes Connect.

If the link to reject the binary does not show up in 15 minutes, you can submit a new build with a new build number and submit that instead.

查看更多
不美不萌又怎样
4楼-- · 2019-01-23 23:06

If you don't see it it could be a bug of the site, but the link to remove the build from review is placed in the home of the version you are currently sending for review!

From itunes: Select your app -> AppStore Tab -> Select current version

How to

查看更多
小情绪 Triste *
5楼-- · 2019-01-23 23:08

This might help

New itunes user interface unable to find "ready to upload binary"

It looks like you can't remove the binary (please let me know if you find a way) but can just increase the build number by .1 as a work around.

查看更多
别忘想泡老子
6楼-- · 2019-01-23 23:11

I've had the problem and waited up to a day, putting everything behind schedule, but the "remove version from review" still didn't appear.

Obviously this is a bug on the iTunesConnect server side, so I found a way to force it to show I hope will help others. It might happen sporadically (second time it has for me), so hopefully this will help others in the future.

Firstly, to reiterate other messages, this only work when the status is "waiting for review" - if you cannot upload you binary etc, it will be due to other problems such as updating your build version.


To force the "remove version from review" message to show:

This uses Chrome's developer tools (same premise applies to firefox etc).

  • From the iTunes connect page for the app version you wish to reject, press F12 to open the developers tools.
  • Select the source for the page and press CTRL-F to open the find dialog.
  • Search for "remove version".
  • This will show the enclosing DIV of the dialog. Find the main parent DIV, which should look something like this:

<div class="ng-modal ng-isolate-scope ng-hide" ng-show="show"...

  • It's then a simple matter of removing/renaming the ng-hide class - this will immediately popup the dialog !
查看更多
放我归山
7楼-- · 2019-01-23 23:14

There is another work around for the same. Your project info file contains two attributes for referencing the Build version of your app, i.e., Bundle version and Bundle versions string, short. Usually both attributes have the same value (1.0.7) but you can upload to the Itunes Connect multiple Builds for the same version of the app just changing the second value.

So, you create a new version of the app in Itunes Connect (version 1.0.8) and set in your NewProject-Info.plist:

Bundle version: 1.0.7. Bundle versions string, short: 1.0.8. Archive and upload.

Once Itunes Connect processes the new Build, it will appear in the Pre-Releases section and you will be able to select it for the 1.0.3 version and send it for review.

查看更多
登录 后发表回答