App Store Connect Guide

This document describes how to use App Store Connect to submit an app for distribution through the App Store.

Prerequisite

You are required to have a Team Agent account under Apple Developer Program.

Registering the app

In order to register your app in App Store Connect, please do as follows:

  1. Login to App Store Connect with your Team Agent account.

  2. Go to My Apps.

  3. Select → New App.

  4. Enter the app information on the form:

    Data

    Description

    Platforms

    Choose a platform for your app.

    Name

    Enter your app’s name as it will appear on the App Store. It can’t be longer than 255 characters.

    Primary Language

    Choose a default language for your app.

    Bundle ID

    Enter a Bundle ID which can be an explicit App ID or a wildcard App ID. If it’s a wildcard App ID, you also need to specify a bundle ID suffix. If it’s an explicit App ID, it must exactly match the bundle identifier in your app.

    Bundle ID Suffix

    Enter the Bundle ID suffix, which is a string that is appended to the bundle ID property if the bundle ID is a wildcard App ID. The bundle ID and bundle ID suffix must form a bundle identifier that exactly matches the bundle identifier in your app.

    SKU

    Enter the code to identify the app. Even though the code is up to your decision, it is necessary to create an ID that will identify the app in a unique way.

5. Click Create. You will be redirected to the App Information page.

6. On the App Information page, choose a category for your app and click Save.

7. Go to Pricing and Availability. On this page, you will need to configure three main points: price schedule, areas where your app is available and volume purchase program. Then, click Save.

8. Go to Prepare for Submission. On this page, you will need to configure:

  • App video preview and screenshots: at least one screenshot is required.

  • Description

  • Keywords

  • Support URL

  • App icon

  • Copyright

  • Contact information.

9. After the configuration, click Save.

Uploading the app

Monaca offers a iOS App Upload feature which allows you to upload your app to App Store Connect right from the Monaca IDE without using a Mac.

In addition to the upload function provided by Monaca, you can also upload apps to App Store Connect using Transporter or the altool included in Xcode.

altool usage example

xcrun altool --upload-app -f file -u username -p password

For information about altool, see Using altool.

If you upload multiple versions of the app, please make sure that each file has a different version number. Otherwise, the upload will fail.

Selecting the uploaded app

Once you successfully uploaded your app to App Store Connect, it can be selected to submit to the App Store. Please do as follows:

  1. From App Store Connect, go to Prepare for Submission. Under the Build section, click .

2. Select your build and click Done.

3. Click Save.

Submitting the app

Now that you have completed the necessary configurations, your app is ready to be submitted.

  1. From App Store Connect, go to Prepare for Submission.

  2. Click Submit for Review.

After you've successfully submitted the app, you will need to wait for the review from Apple. Apple will review your app and see if it is eligible or qualified to be in App Store. Usually the review takes about two weeks.

Publishing the app

When your app is accepted by Apple, it is uploaded to the App Store.

The large app icon, which was not necessary before, is now required for the submission. In fact, the required environment and information have changed in the submission procedure of the registration. If a registration/submission is not successful, please make sure you complete the necessary configurations properly.

See Also:

Last updated