I'm looking to create an iPhone application and will enroll in the iPhone Developer Program. However, it isn't clear to me how many developers I can have if I enroll in the Standard Program. It says the Enterprise Program is for companies with more than 500 developers, so if I work on a team with 2-3 other developers, will the Standard Program work? Does that just mean all of the applications we create to put into the app store will have the same company info? What does it take to get each developer enabled to test on their own iPhone? Is it just a license key that has to be entered?
|
closed as off topic by Juhana, Carl Veazey, martin clayton, Tim Bish, TheHippo May 11 at 13:36
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
The point of code signing is that it identifies the source of the app, so you are free to let employees/partners share a certificate if you are willing to take responsibility for whatever they produce. Also, Apple uses separate certificates for Development (test as you work) and Distribution (submitting to the store), so sharing the Development Certificate doesn't put your "storefront" at risk. |
|||||||||
|
|
You can have multiple developers if you register as a company. You have three options:
You will be required to mail proof of your company to Apple. It will take some time for your company to be approved, Apple pays to have a background check done to ensure the company is in fact valid. Once you are approved you need your other developers to request certificates, here is a link from apple with that process: (requires login) https://developer.apple.com/ios/manage/certificates/team/howto.action |
|||
|
|
|
It's quite more complicated than that, you need to get a unique Certificate from Apple for each developer and device (which you can do once you purchase a License). Anyways the bottom line is 1 license = 1 developer + X devices. So you can register more than one device, buy not more than one developer, so the Standard license will be an odd fit for your needs. So your options are to but a license per developer, or go Enterprise (likely cheaper than several single licenses), or you could have a complicated build setup where a single machine/account does all builds and updates binaries on the devices. |
|||||||||
|