Welcome to this article, we'll learn how to generate the development & distribution provision profile in iOS development program.
Some questions that come to the mind of every iOS developer-
What is the purpose of a provisioning profile?
Why is it needed when developing an iPhone application?
If I don't have a provisioning profile, what happens?
Purpose of a provisioning profile
Provisioning profile
We can create provisioning profile 2
Why is it needed when developing an iPhone application?
Provisioning profile act as a link between the device and the developer account.
If
If I don't have a provisioning profile, what happens?
Without a provisioning profile you cannot upload an IPA file to the AppStore. Each app has its own profile profile, while all iOS applications that register bundle IDs in that developer account use only one Apple certificate file(.p12 file).
Let’s go through the process of generating the provision profile.
Log in to your Apple Developer account and navigate to Certificates, IDs & Profiles > Identifiers > Provisioning Profiles.
Click on the 'Profiles' section. Then click on the '+' Add a new provisioning profile.
Register a new provisioning profile development or distribution to select the type of provision that you want to create as shown below.
There are four sorts of provisioning profiles you'll create for iOS devices.
Development–
If you Activate App Store than click to continue.
From the pop-up menu, choose an App ID to associate with your app and then click "Continue".
Click on the radio button next to your Distribution Certificate select and click on on "Continue."
Creating the iOS Development & Distribution Certificate (Jump link to the explanation how to create the certificate.)
Click on the "Download" button to download your App Store Distribution profile and double click to install the provision in Xcode.
I hope this article was helpful to you. So, please share it together with your friends and colleagues using the social buttons below!
0 Comments