How do I use Application Loader to submit my app to the app store?

user3412276 picture user3412276 · Mar 14, 2014 · Viewed 16.1k times · Source

How do I publish my app to the iOS app store using Application Loader? I don't know how to get the file for Application Loader to locate. Please tell me in easy steps. Thanks!

Answer

Heitor picture Heitor · Apr 22, 2016

Follow these steps:

  1. In XCode, go to Product > Archive (*)

  2. Click the Distribute App button, then select App Store Connect > Export and remember the export file location

  3. In the menu go to XCode > Open Developer Tool > Application Loader

  4. Follow the steps, indicating the .ipa export file of step 2. That's it!

(*) if the Archive menu option is unavailable change device to "Generic iOS Device" in top left.