Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apple iTunes Connect app status, waiting for upload

I submitted my app to the Apple app store successfully through Xcode, but in iTunes Connect the status of my app is still "Waiting For Upload". Do I need to take action? My deadline for submission is nigh...

Thanks for reading.

like image 942
Mr Ordinary Avatar asked Nov 14 '22 05:11

Mr Ordinary


1 Answers

The process of uploading an app can be a bit daunting the first (few!) times...

  1. Create the app on iTunesConnect
  2. Fill out ALL of the meta data about the app
  3. Press the button "Upload Binary" in the top right hand corner of that edit screen in iTunesConnect. You should get an email confirming this
  4. Go into XCode.
  5. Archive the app by going to Product > Archive. (If this is greyed out, you need to change the target to an iOS device, from the Simulator.
  6. Follow the steps in the wizard to distribute the app to the App Store. You upload the app to iTunesConnect through XCode.
like image 71
jcrowson Avatar answered Jan 01 '23 12:01

jcrowson