All Collections
APP
How to create a .mobileprovision file in your Apple Developer Account
How to create a .mobileprovision file in your Apple Developer Account
Linus Mathis avatar
Written by Linus Mathis
Updated over a week ago

Step 1: Create an App ID:

Navigate to the Apple Developer Account Webpage ( https://developer.apple.com/ ) and select the “Account” Tab in the upper right corner :

Log in to your Apple Developer Account by entering your Apple ID and password:

After logging in, select the „Certificates, Identifiers & Profiles“ setting shown on the start page:

In the „Certificates, Identifiers & Profiles“ window look for the “Identifiers” Tab and select the “App IDs” option to start creating an App ID :

Create a new App ID by clicking on the “+” Icon located in the upper right corner

and provide the information required in the form that is displayed afterwards.
The following entries are required to create an App ID: 

  • App ID Description | Name: This Name will be used to display the entry in the App ID overview.   

  • App ID Prefix | Value : This entry will display the ID code of your App ID. For example: L45CB6D4NL (Team ID). If more than one App ID is present you will be able to select an already existing one via the drop down menu.   Please select the following option:  Explicit App ID | Bundle ID and enter the bundle ID you would like to be used and displayed. Example: com.yumpu.showcase   

  • Choose the following options in the Appservices list (some options might be already selected) :  

  • Game Center

  • In-App Purchase

  • Push Notifications

Finish the App ID setup by clicking on the “continue” button. You will be provided with an overview of the selected information.
To finish the Setup click the submit button at bottom of the overview.

Step 2: Creating an IOS Certificate:

To create a Certificate for your App ID select the option “Production” found in the “Certificates” Tab : 

Create a new entry by clicking on the „+“ Icon in the upper right corner.

Select the option „App Store and Ad Hoc“ in the „Production“ Tab in the next window and confirm your selection by clicking the „continue“ button.

On the next screen you will be prompted to create a CSR File.
Please follow the instructions shown on the screen to proceed and press “Continue” after the CSR File has been created, to upload the respective File via the “choose file” option.
Continue to the next page by clicking on the “continue” Button and Download the .cer file afterwards. 

To finalise this step click on the “Done” Button.

Step 3 Create a .mobileprovision file:   To create a mobileprovision file choose the “distribution” option in the “Provisioning Profiles” Tab:

To create a new entry please click the “+” icon in the upper right corner and select the “App Store” entry from the “Distribution” tab and continue the process by clicking on the “continue” button.

Select the App ID that should connected to the mobileprovision from the drop down menu and continue to the next page by clicking the “continue” button.

On the next page, select the certificate that should be connected to this mobileprovision from the menu and continue to the next page.  
Enter the name for the newly created provisioning profile (this name should be the same as your Bundle ID) and click continue to download the .mobileprovision file to your local hard drive.

Did this answer your question?