Configuring an Application Entry on iTunes Connect to Wait for Upload

From RAD Studio
Jump to: navigation, search

Go Up to MacOS Application Development

Go Up to iOS Mobile Application Development


Note: If you are part of a development team, you must ask your team leader to give you access to iTunes Connect. See the Apple documentation for more information.

One of the first steps required to submit an application to the Mac App Store or to the App Store for iOS applications is to create an entry for your application if you do not have one yet, and configure iTunes Connect to wait for you to upload your application.

To submit a new application to the Mac App Store, you first need to create an entry for your application in iTunes Connect.
To submit a new version of an application that you previously uploaded to the App Store, you must configure your application entry in iTunes Connect for a new version.

When you finish configuring your application entry, your application has the "waiting for upload" status.
You should also obtain an app ID for your application.

Create an Entry for Your Application in iTunes Connect

  1. Go to itunesconnect.apple.com, and log in with your Apple ID. You get an Apple ID when you join the Apple Developer Program.
  2. After you log in, select Manage Your Application.
  3. On the application management page, select the Add New App button.
  4. On the application creation page, select a target platform, either macOS or iOS.
  5. Follow the instructions in the wizard, and complete the pages with the required data.

For more information, see the Apple documentation.

Configure Your Application Entry in iTunes Connect for a New Version

  1. Go to itunesconnect.apple.com, and log in with your Apple ID. You get an Apple ID when you join the Apple Developer Program.
  2. After you log in, select Manage Your Application.
  3. On the application management page, select your application.
  4. On the application page, click the Add Version button.
  5. Fill the New Version page with the required data, and click Save Changes.
  6. Back to the page of your application, click View Details under New Version, and click Ready to Upload Binary.

For more information, see the Apple documentation.

See Also