My team is developing an application for the iPhone, and we just found that we can distribute an archived version signed with a development profile, and not a distribution profile for testing. We just needed to add device identifiers to our dev profile.
This clearly saved us from having to perform the various steps necessary to distribute ad-hoc, including the license.plist file.
My question is - If we can distribute an application with a dev certificate, then what does a distribution profile for testers need (is not part of the development team)?
Is there a drawback in adding device identifiers to the development profile?
Since the total device limit is 100, what is the advantage of having a separate distribution profile?
source share