Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how do I set up an iphone development certificate for ANOTHER mac

I went through the process of setting this up once, but now I need to make it so we can develop on two Macs with the one account. all walkthroughs tell me to

create a signing request or something on the new Mac through keychain access, which generates some private and public keys BS, and then it says to go to the developer portal and "add" a new certificate, except I CAN'T it looks like you can only have ONE! I've tried just downloading the original certificate but that doesn't work, it doesn't come up under 'My certificates and it doesn't 'bind' to any of the keys...

I went through this process once before and all I could do was delete the original certificate and create a new one, but this no doubt stops the original Mac from working...

anybody know how it is done?

anybody know why apple put us through Such a PROCESS!? it is like the most difficult thing to do IN THE WORLD!

like image 769
matt Avatar asked Feb 10 '10 01:02

matt


People also ask

How many Apple Developer certificates can I have?

There is a maximum limit of 3 iOS Distribution Certificates per account.


1 Answers

The easiest way is to export your developer certificate and private key from the Keychain on Mac A and then import those on Mac B. This is what I do. There is no need to create two separate certificates.

like image 67
Stefan Arentz Avatar answered Oct 08 '22 01:10

Stefan Arentz