Obtaining a mobile provisioning profile for iOS apps
Create a mobile provisioning profile for the iOS certificate set that is required to generate an installation package for your iOS app.
You generate a provisioning profile in the Apple Developer Portal to ensure that you can install and run the app for testing and distribution. When you create a provisioning profile, you link the information about the app, the team that created the app, and the distribution method, and then store that information in the app bundle.
- Go to https://developer.apple.com, and then sign in to your Apple Developer Portal account.
- On your account dashboard, click Certificates, Identifiers & Profiles.
- On the Certificates, Identifiers & Profiles page, in the category list on the left side of the screen, click Profiles.
- In the Profiles section, add a new profile by clicking the plus icon.
- In the Register a New Provisioning Profile section, choose
the profile type that you want to use for your app:
- To create a provisioning profile to use during app development, click iOS App Development.
- To create a provisioning profile to use to distribute and install the app on a limited number of registered devices, click Ad Hoc.
- To create a provisioning profile to use to distribute and submit the app to the App Store, click App Store.
- To create a provisioning profile to use to distribute the app for use within your organization, click In House.
- Click Continue.
- In the Generate a Provisioning Profile section, from the App ID list, select the App ID that you want to use with your profile.
- Click Continue.
- In the Select Certificates section, choose the signing
certificate that you want to use with your profile:
- For a development provisioning profile, select the checkboxes next to the development signing certificates that you want to use.
- For a distribution provisioning profile, click the distribution signing certificate that you want to use.
- Click Continue.
- If you created a development provisioning profile, in the Select Devices section, select the checkboxes next to the registered devices that you want to use for the development of your app, and then click Continue.
- In the Review, Name and Generate section, in the Provisioning Profile Name, enter the name for your provisioning profile.
- Click Generate.
- In the Download and Install section, click
Download, and then save the
.mobileprovision
file with your profile on your hard drive.
Previous topic Obtaining a signing certificate for iOS apps Next topic Creating an iOS certificate set