Submitting Your App to the App Store (iOS)

From RAD Studio
Jump to: navigation, search

Go Up to iOS Mobile Application Development


This topic explains the steps required to submit your applications to the App Store, the Apple store for iOS applications.

Prerequisites

Before you can submit your application to the App Store:

  1. Configure iTunes Connect to wait for you to upload your application package.
  2. Prepare your application for deployment. In order to meet all App Store prerequisites so that they do not reject your application, on the Project > Options > Version Info page, make sure that CFBundleIdentifier is the second part of your app ID, the bundle ID, which you can obtain from the iTunes Connect application entry that you previously configured. For example: com.mycompany.myapp.
  3. Create an application archive file that you can submit to the App Store.

Submitting Your Application

The Transporter application is the latest tool available for uploading your iOS and macOS application binaries to the App Store Connect for distribution on the App Store.

  1. Download the Transporter app from the Mac App Store.
  2. Read about adding your application binary in the Transporter application, validating it against Apple's specifications and also read how to deliver it to the App Store Connect, here.

See Also