Saint Dee
Saint Dee

Reputation: 1015

One Provisioning Profile for multiple apps?

I am really confused with ios provisioning profile. Can I use one Development Provisioning Profile for multiple apps? Same question for Distribution Provisioning Profile.

thanks for your help.

Upvotes: 6

Views: 3438

Answers (1)

Evan Dyson
Evan Dyson

Reputation: 195

Yes, you can use the same certificates for multiple apps.

It may seem complicated, but once you look at it, it's not so bad. Here's the breakdown:

The development provisioning profile gives you the opportunity to test apps you create (any) until you try to push it to Apple. When you do that, the distribution profile comes into play. Essentially, it connects any apps you produce with your App Store storefront.

Upvotes: 1

Related Questions