I found on internet and it seems that it is possible. The information told that I have to register all devices before I set up provisioning Profile, is it right?

I wonder that is it possible to register more devices after I set up provisioning profile?

link|improve this question
feedback

migrated from stackoverflow.com Jul 15 '11 at 3:06

This question came from our site for professional and enthusiast programmers.

closed as off topic by Journeyman Geek, Sathya Jul 15 '11 at 5:07

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

1 Answer

Yes, you can modify the provisioning profile at any time, but you will have to download and install the new one if you are re-building your app on a device that was just added.

Also, the same iOS device can be registered on multiple developer accounts and tied to multiple provisioning profiles.

Hope this helps!

link|improve this answer
feedback