4

The "remove this version from review" button is missing from itunesconnect. I've seen this post: Reject binary with state waiting for review (can't find reject binary button) but unfortunately the banner is nowhere to be found. Did Apple change that somehow and how can I reject it now?

Edit

Here is the screen shot: enter image description here

Community
  • 1
  • 1
alecnash
  • 1,750
  • 1
  • 18
  • 42

7 Answers7

6

I've recently experienced the same issue with iTunes Connect. The blue box didn't appear either on my app's "Versions" tab while it was in "Waiting for Review" status. I emailed Apple, still waiting for a response and had some time to investigate the page's HTML. I found a work around which triggers the reject popup:

Search for "modal for dev reject" in the DOM (it will appear as a comment). Remove the class "ng-hide" from the following DIV.

  • 3
    I ran into this now but since they changed the CSS I had to search for "tempPageContent.showDevRejectModal" and remove the ng-hide. Worked perfectly :-) – Christer Nordvik Oct 05 '15 at 18:14
4

Check out the source using chrome.

I had to manually hide/unhide the modal:

HIDDEN MODAL UNHIDDEN MODAL

The key phrase to look up is "showDevRejectModal", and delete the "ng-hide" parameter.

yujean
  • 795
  • 8
  • 14
1

The solution is log out, wait several minutes and log in again.

0

just wait for some time (~ 30 mins) and it will show up.

Zaraki
  • 3,720
  • 33
  • 39
-2

Did Apple change...??? So Answer is "NO".

Here is screenshoot of my App that is in waiting for review state. I checked it on both Firefox and Safari.

enter image description here

You can Check This LINK for more clarification

I just saw the screenshoot you added. No doubt in your case this is a problem. I suggest you to consult with the Apple Developer Support Team.

M Zubair Shamshad
  • 2,741
  • 3
  • 23
  • 45
-2

I also experienced this issue. What worked for me is clearing the cache on Safari.

  • Welcome to SO:SE. This should be posted as a comment rather than an answer (when you have sufficient reputation). – mins Apr 10 '15 at 22:04
-3

Had the exact same problem. Tried submitting a new build, even waited 24 hours, but nothing helped. I also looked in the iTunes Connect app but the "reject binary" button was missing there also.

Eventually I contacted apple support and this is the answer I got:

"Our tools are optimized for Safari. Please try again with a different web browser and let us know if the issue persists."

I then tried with Safari and everything was fine. Strange thing was, it also worked in Chrome (my primary browser) when I tried it after that.