...
The key file is the file that contains your iOS Development or iOS Distribution certificate and key. This file contains a certificate and a private key exported into a .p12 file and protected by a passphrase. For instructions on how to get an iOS Development or iOS Distribution certificate, please follow these guidelines if you are on a Mac, or follow this video if you are on a Windows machine (ensure that you request a Developer or a Distribution certificate as appropriate).
The provisioning profile is a profile that describes the provisioning information for an iOS App. This file is created through the iTunes Developer Portal. There are two kind of provisioning profile that we are concerned with; a Development Provisioning Profile and a Distribution Provisioning Profile. For instructions on how to get your .mobileprovision file, please follow these guidelines.
Once you have obtained your signing key and provisioning profile you can add them to your app identity.
Enter your App Shell details.
This is where you enter all the information to build your App Shell.
These include.
- Selecting the App template version
- The short version number string
- The answerSpace the App Shell will be using
- The App identifier (Bundle Id)
- The App display name (Shows on icon)
- The App file name
- The App description (For your reference)
- A support email address (For error notifications)
- Selecting an artwork set
- Selecting the App iOS Developer Identity
- Push Notifications keys
Once you have all 3 components completed you can save and build your App.