Search code examples
iosapp-storedistributionprovisioningprovisioning-profile

iOS: What are DISTRIBUTION provisioning profiles used for?


This might have been asked lots of times, but still I couldn't find info on why are they needed. I use DEVELOPER prov profiles to test apps on my device, that makes sense.

The Provisioning Portal explains prov profiles like this:

A Provisioning Profile is a collection of digital assets that uniquely ties
 developers and devices to an authorized iOS Development Team and enables
 a device to be used for testing. 

By this logic they are only needed for testing, eg not for distribution. Do we need one to deploy the app on the AppStore?


Solution

  • Absolutely yes. The distribution profile is used for submission to the App Store. It does not have the 100 device limit that the development profiles have.

    From the Tools Workflow Guide:

    When you’re ready to share your app for user testing or for general distribution through the 
    App Store, you need to create an archive of the app using a distribution provisioning 
    profile and send it to app testers or submit it to iTunes Connect. This chapter shows 
    how to perform these tasks.