How to reject binary in new iOS iTunes Connect UI?

I have uploaded an app to iTunes Connect but the app has been rejected due to authorization. Now I need to download a new binary, so I followed these steps according to the new iTunes Connect interface:

  • First you need to download the binary again from Xcode or Application Loader. The last setting appears. Select the line with the version number and download it again.

  • Then wait for some processing time and open your iTunes Connect account. You can check the loaded assembly in the Preview tab

  • After processing is complete In the Build section, click the "+" button and select the correct binary that you downloaded and saved.

  • After that, you can click the "Submit for Viewing" button. And it may take a while to download to iTunes again

I followed the same procedure for my problem and I get a pinned screen, but the problem is that after clicking the Submit for Review button, my app hasn't changed and is still β€œrejected” with a red bubble.

enter image description here

enter image description here

Could you help me upload my Pending Review app to iTunes Connect?

Thanks a lot!

+3


source to share


1 answer


here is my solution for the same problem:

Let's assume that you've already downloaded a binary build and version of the app from 1.0 , which unfortunately has been abandoned by iTunes Connect. So, to download a new binary, you don't need to change the binary and version of the application, it should be 1.0 . Once you upload a new binary from XCode or Application Loader , it will automatically update in the iTunes Connect Preerelease tab . > as shown below.

enter image description here



  • Now you need to go to the Build tab (you can find it at the bottom of the new iTunes Connect interface screen), there you can get your currently downloaded binary.

  • Click the plus ( + ) button to select your binary and SAVE this assembly. You will then receive a single SUBMIT YOUR REVIEW button at the top of the iTunes Connect screen .

  • Just click here and your new binary will be uploaded to iTunes Connect with a Pending View status .

Thanks everyone, please feel free to ask for any clarification regarding the same.

Good luck!

+3


source







All Articles