Time for action – registering your app with Apple
Here is a step-by-step guide for registering your app with Apple:
Log on to the Apple developer program at https://developer.apple.com/membercenter/.
Select iOS Provisioning Portal from the available options. This is where you configure all elements of your app.
From the provisioning portal, select App IDs from the menu and click on New App ID.
Enter the details of your app. Give your app a short description that will be used to identify it in the portal (this will not be the description shown in the App Store). Leave the Bundle Seed ID drop down unchanged with the value of Use Team ID, and enter your app bundle ID in Bundle Identifier. You will find the value for your bundle ID in
tiapp.xml
. Click on Submit.Note
Apple will add a number to the front of your bundle identifier. When the certificate is generated, it will be something like CX345564. You do not need to add this number to your bundle ID in
tiapp.xml
.You can also configure your app...