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.
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- how do you prevent page scroll in textarea on mobi
- Custom UITableview cell accessibility not working
相关文章
- Could I create “Call” button in HTML 5 IPhone appl
- Unable to process app at this time due to a genera
- How do you detect key up / key down events from a
- “Storyboard.storyboard” could not be opened
- Open iOS 11 Files app via URL Scheme or some other
- Can keyboard of type UIKeyboardTypeNamePhonePad be
- Can not export audiofiles via “open in:” from Voic
- XCode 4.5 giving me “SenTestingKit/SenTestKit.h” f
Or you can remove it in Build section.
"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:
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.
In my case the link to reject appeared after 5-10 minutes after submit, so try to wait 10 minutes.
This has all changed with the re-design (as of 12-Sept-2014) you now need to:
See: Viewing and Changing Your Apps Status and Availability
After the changes in iTunesConnect Portal, Here are the new steps:
You just need to click on remove this version from review (denoted by arrow in above image)
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):