I am in process of creating my first app and have some confusion over Ad Hoc provisioning profile and Development Provisioning profile. I understand that this question is asked before this but needed some clarification and confirmation.
Looking at previous answers on stackoverflow I assume there are following differences:
Ad hoc builds can be installed without iTunes while development builds(.ipa) must be installed from iTunes
Debugger cannot be attched to Ad hoc build while development build has debugger
Device tokens are different as APNS uses two modes sandbox, production environments depending upon build is Ad hoc or developmental
And I have following questions
On many forums it is written that there is limit of 100 users on Ad hoc builds but nothing is mentioned that if developmental builds have such limits. Also these limits of 100 users are per developer profile or per application?
Also does only Ad hoc builds require UDIDs of device to get installed on them? what about developmental builds?
Please see if I have got differences correctly, whether this misses any important difference and any information on questions will be of immense help
Development (iOS App development)+Development (iOS App development) is for testing apps on physical devices. Debugger can be attached and you can debug app on physical device. Production (App Store and Ad hoc)+Distribution (Ad Hoc) is for testing apps on physical devices.
A development certificate identifies you as a developer and contains your developer identifier. A distribution certificate contains your team identifier and identifies your team. Both certificates are useful, but only the distribution certificate can be used to sign apps intended for the App Store.
Ad hoc distribution means great things for proprietary apps for teams, classrooms, and large organizations. Sure, a 100-client limit might be a little small, and it remains to be seen how clients will be certified (that is, if you have to connect to the Mothership).
Ad-hoc Profile: A distribution profile for distributing an app to devices registered in the developer account.
Expanding on your comments
Ad Hoc builds can be distributed and installed though iTunes, the X Code organizer or though the web. One service for managing adhoc builds and testing is Testflight (https://testflightapp.com/) check them out they have lots of resources regarding provision profiles,
Normally your distribution builds are optimized with debugging information stripped, so yes you can not debug adhoc & distribution builds in the debugger.
Your App ID is linked to APNS, so the certificate you generate is linked to your application. Device tokens on Sandbox and production are different.
To answer your questions
for your iOS developer profile you're limited to 100 devices across the entire account. These are shared between applications. 100 devices means that you are allowed to register 100 devices per developer account per year. At the end of the year when you renew your account you can edit this list and reset your device quota.
Both ad hoc builds and developer builds require your UDIDs. What happens is that the provision profile (development or adhoc) must match the provision profile that the app was signed against. Under development it's usually easiest to use a wildcard App ID (such as *) but when you are releasing (under ad hoc or app store distribution) you should use the full App ID name such as com.company.appname this is to identify your app under services such as In app purchases or Push notification services
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With