Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

One Provisioning Profile for multiple apps?

Tags:

profile

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.

like image 723
Saint Dee Avatar asked May 04 '12 18:05

Saint Dee


1 Answers

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.

like image 147
Evan Dyson Avatar answered Sep 30 '22 00:09

Evan Dyson