Reputation: 1278
My app has been waiting for review for more than 8 hours now. I want to reject the current binary and submit a new binary but the "Reject this binary" link fails to appear. I tried to delete the browser cache, cookies but that dint help. Tried using firefox, safari and chrome with no success. Even the iTunes connect mobile app does not provide me the reject this binary button.
I found similar threads here like this one - reject this binary in new itunes connect UI but those people were able to reject their binaries through the mobile app unlike me.
Anyway knows how I can fix this?
This is what I see on my iTunes Connect page
Upvotes: 0
Views: 141
Reputation: 11
In the "Build" section of the page "Versions":
<a href="" class="deleteIcon ng-binding ng-hide" ng-show="versionInfo.preReleaseBuildVersionString.isEditable" ng-click="removeBuild()"></a>
Seems like, the method removeBuild() has no any checking of the isEditable value.
Upvotes: 1