-
Notifications
You must be signed in to change notification settings - Fork 13
How to submit an application to iTunes App Store
Carlos Mantilla edited this page Oct 30, 2013
·
19 revisions
This article explain the process to submit and an application to the iTunes App Store. We assume that you already passed all the process of development an test your application.
- Create an account in a iOS Developer, the credential of this account will be use in the Create a certificate process.
- Create a XCode project an test the applciation.
- Configure your application for distribution. Apple adiciotnal info
- Tools: Provisioning Portal, XCode, Keychain Access utility and iTunes Connect.
- Open the Provisioning Portal.
- Select Identifier
- Press "Add" button to create a new App id. [add image]
- Complete the form.
- Open XCode project and select Target.
- Write the Bundle Indentifier. [add image]
Note: The Bundle Indentifier (App ID + App ID suffix). example: com.gizra.publiceducation.newAppIdSuffix.
- Open Keychain Access in your mac.
- Open preferences.
- Turn off OCSP and CRL options.
- Select in the menu Keychain Access -> Certificate Assistant -> Request a Certificate From a Certificate Authority...
- Fill User Email Address with the same email information of account iOS Developer.
- Leave CA Email Address: in blank.
- Select "Save to disk" and Let me specify key pair information. [add image]
This save a certificate file in your computer.
Note: The Bundle Indentifier (App ID + App ID suffix). example: com.gizra.publiceducation.newAppIdSuffix.