Do I need multiple developer certificates to join multiple developer programs?

It is difficult to fully understand all of this material for the iOS development certificate and its implications.

One piece of information that I cannot find in documents or through google: To join several developer programs (when working with software for different clients), do I have to create a unique developer certificate for each, or can I use I already have ?

Is there any advantage / disadvantage anyway?

+4
source share
1 answer

You can use the one that you have, but I suggest you make specific for each client. Certificates expire, so multiple certificates give you more flexibility when you re-create, rebuild, and resubmit applications. You may also want / need to share loans with other developers or testers. With multiple certificates, you can exchange specific ones without sharing them.

But you're right, this stuff is very confusing.

My best advice: name things carefully and well.

+3
source

Source: https://habr.com/ru/post/1383748/


All Articles