Two iOS developer licenses on one Mac

On my Mac, I installed the necessary certificates and keys to develop and distribute my own personally developed iOS applications through my own iOS Developer License. However, my client would like me to use my Ad-Hoc Beta License and eventually distribute the application to the app store.

Please tell me how can I install my developer license on my Mac without affecting my personal developer certificates and keys already installed on my Mac?

Also, is this possible?

Change ---

Sorry, I did not mention; I do not want to cancel my client pre-existing certificates in my developer account.

+5
source share
1 answer

Unlike one of the comments, you cannot download keys from Apple - they exist only on its computer. You can only download provisioning profiles from Apple. Therefore, if you do not want to cancel the existing distribution keys, it will need to export them from your computer.

He can do this by going to Keychain Access → My Certificates and looking for an entry called "iPhone Distribution: My Company Name". Then right-click it and select "Export ...".

Then he can send you this file, which you can double-click to import into your own keychain.

And it’s good to have several keys on your computer - this should not affect your personal account.

+4
source

All Articles