I am unable to find a clear explanation in the Apple docs on what the difference is between a development and distribution provisioning. I am currently using a the development provisioning to develop and test on my iPhone. I intend to distribute the application to my beta tests and I wondering:
- Do I need to use distribution provisioning?
- Should I make a .mobileprovision file for each individual tester or I can I make one for all of them?
A development profile is used for testing your app when in the development stage.
Distribution profiles are of two types
Adhoc testing is when you have completed development and want to distribute your app to multiple users for testing (your second question). Just create a distribution profile for adhoc testing and select all the device ids for which the profile is valid. In that case you will only need to send the .app file and .mobileprovision file to each user testing your app.
For submission of the app to app store, you will have to create a distribution mobileprovision file with the ‘App Store’ option selected.