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