Multiple Developer account certificates in keychain Access in mac

1.4k views Asked by At

I am new to handling certificates in Keychain, i don't have much knowledge about it.

We are having 2 individual developer accounts in Apple. for example account X and Account Y.

With Account X we created many apps and its certificates are there in keychain. Now we created account Y to develop 1 app.

so i have created CSR,Development certificates for that app and downloaded, so when i double click on it, it will be added to KEYCHAIN ACCESS.

so my question is as ACCOUNT Y is new will its certificates make any problem to my existing certificates of ACCOUNT X.

do i need to login in KEYCHAIN ACCESS with ACCOUNT Y, if yes how can i login ?

2

There are 2 answers

6
Dheeraj D On BEST ANSWER

No there will be no any effect to your Account X. You can develop and upload your app using Account X and Account Y

Keychain is a single platefrom which will contain multiple developer account Certificate.

No need to login again with another account to you keychain.

3
Gurdev Singh On

You can use multiple Apple developer accounts on the same Mac machine without any problems. All you need is the correct installation of Certificates in Keychain for your 2nd account (Account Y) & the corresponding provisioning profiles.

With Xcode8 you can manage the certificates pretty easily (automatically) by the Xcode itself. Create the certificate requests from same Mac and use it in Account Y developer account to create its corresponding certificate to download and related provisioning profile. It would work with no problems at all.