Apple iTunes Connect Pending Application Status

I successfully sent the application to the Apple app store through Xcode, but in iTunes Connect the status of my application is still "Waiting for download." Do I need to act? My deadline for submission is almost ...

Thank you for reading.

+4
source share
2 answers

The process of downloading the application can be a little more complicated the first (several!) Times ...

  • Create an app on iTunesConnect
  • Fill ALL the application metadata
  • Click the Download Binary button in the upper right corner of the iTunesConnect edit screen. You should receive an email confirming this.
  • Go to Xcode.
  • Archive the application by going to Product> Archive. (If it is gray, you need to change the target on the iOS device using Simulator.
  • Follow the instructions in the wizard to distribute the application on the App Store. You download the application to iTunesConnect through Xcode.
+1
source

In iTunes Connect, on the Application Summary page, you need to click this button before you can download anything through Xcode.

0
source

Source: https://habr.com/ru/post/1414061/


All Articles