What is difference between .ipa with development provisioning and .ipa with adhoc distribution provisioning profile?

早过忘川 提交于 2019-12-05 03:14:15
Development provisioning profile

the development provisioning profile is for testing your App on a device (iPad, iPhone, iPod Touch)

Ad hoc distribution provisioning profile

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.

Details Desription:

If you'd like to install your software on several devices without using the App Store, you'll have to create an Ad Hoc distribution profile with the device ID numbers, and install that profile as well as the software, on all of the devices.

App store distribution provisioning profile           

For submission of the app to app store, you have to create a distribution mobile provisional file with the "App Store" option selected.

1.you want to test your App then use - Development provisioning profile.

2.test multiple users without interaction with APP store then use - Ad hoc distribution provisioning profile

2.multiple users interaction with APP store then use - App store distribution provisioning profile

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!