Rejecting an app that is Pending Developer Release

IphoneRelease

Iphone Problem Overview


I have an update to my app that has been reviewed and is Pending Developer Release.

I have found a bug in this version and would actually like to reject this binary and keep my existing binary.

Once I fix the bug, I would like to re-upload a new binary. Is this possible?

Iphone Solutions


Solution 1 - Iphone

It took me a little while to find the answer to this. It can be done, but the answer isn't very intuitive.

In iTunes Connect, select your new application & load the details for it. Click the "Binary Details" link. Once this screen is open, there will be a "Reject this Binary" button on this screen.

I found this within the iTunes Developer guide(Link PDF has only 1 page and no other information) under the Rejecting Your Binary section. Apple really could have made the button more obvious.

>Note : Link PDF has only 1 page and no other information

Solution 2 - Iphone

Attaching screenshots from the App Store Connect (previously known as iTunes Connect) interface:

Select the version, then click on "cancel this release"

> You can only edit some information while your version is pending developer release. To edit all information, cancel this release.

 Stor

You will be prompted with a confirmation dialog:

> Are you sure you want to cancel the release of version 2.6? > > If you cancel this release, you must choose a new binary and resubmit this app version. Your version will be reviewed again by App Review.

Cancel Release dialog

Solution 3 - Iphone

Explanation to kernix answer:

  • select app in itunesconnect;
  • select app version;
  • you will see "You can only edit some information while your version is pending developer release. To edit all information, cancel this release." at the top of the page. Just click on "cancel this release" link.

Solution 4 - Iphone

From the iTunes Connect Developer Guide:

NOTE: You can only use the Version Release Control on app updates. It is not available for the first version of your app since you already have the ability to control when your first version goes live, using the Availability Date setting within Rights and Pricing. If you decide that you do not want to ever release a Pending Developer Release version, you will need to click the Release This Version button anyway, in order to create a new version of your app. You are not permitted to skip over an entire version.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionPaulView Question on Stackoverflow
Solution 1 - IphonemjreagleView Answer on Stackoverflow
Solution 2 - IphonekernixView Answer on Stackoverflow
Solution 3 - Iphonephantom_2View Answer on Stackoverflow
Solution 4 - IphonejstevencoView Answer on Stackoverflow