Search code examples
iosxcodeapp-store-connectapplication-loader

Upload app to App Store


I've already set all de iTunes Connect stuff(Snapshots, Description, Tags, etc...) and downloaded the Application Loader but it asks me for an .app file and I don't know how to get the .app file from my Xcode project or if I need a Certificate to do it or something please can someone help me?


Solution

  • A great place to look for answers to questions such as this is the Apple Documentation

    In short, you need to:

    • Ensure you have a valid App ID, or wildcard App ID set in the Developer Member Centre
    • Select Product > Archive in Xcode with the project open, making sure you have "iOS Device" selected in the top left corner
    • At the archive screen, you can then select Validate and (if there are no issues) Submit. The build will then appear in iTunes Connect.

    The documentation linked above will guide you through this step by step.