M A Russel
M A Russel

Reputation: 1557

can I use my developer certificate on multiple Mac?

Can I use my same developer certificate in two Mac ? I usually use my certificate at my home but I need to use it at work as well. If I use it at my work, will the certificate work at my home pc as well ?? Getting bit confused !!!

Upvotes: 1

Views: 1448

Answers (3)

Hiro
Hiro

Reputation: 400

There are two options:

  1. If only you use it: to be simple, just login to Developer account by navigating to Xcode Settings -> Accounts on all Mac that you are using. Apple will auto download everything you need to able to build your app on testing devices.

  2. If you are sharing that certificate with another developers. You just send them all the file, including p12, certificate (application and notification), provisioning so they can use it in another Mac. To do this way, you can export from keychain the p12, then download certificate and provisioning file from Apple developer dashboard, after that zip to one file and copy to another Mac then install it.

Upvotes: 0

Indrajeet
Indrajeet

Reputation: 5666

Yes, you can use developer certificate in 2 macs or more macs.

You have to do just 1 thing, Export certificate in .p12 from the mac where you created it and that's it. Install this .p12 file on any mac it works.

Upvotes: 3

Related Questions