I would like to know what is the "real" difference between an IPA exported with a development or an ad hoc profile, in a case I want to beta test an app with some user. Indeed according to what I already read ans test they seems to work exactly the same way :
- The provisioning profile is linked to a list of identified devices
- The provisioning profile have a 1 year expiration date
- The generated IPA can be deployed via OTA, Apple configurator or iTunes
- When archive, the app is build in release mode (regarding the scheme management)
- The provisioning profile have a developer certificate for development or a distribution certificate for ad hoc : but it's change nothing isn't it ?
Thank you for your help :)