Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Copying keys and certificates to another one Mac for iPhone development

We bought a new Mac and would like to migrate the certificates and private keys from the old machine to the new machine. The old machine contains keys and certificates for six iPhone apps.

We followed the instructions outlined in this SO post, which is also echoed in other SO posts on the topic.

Everything seems to work in that we can upload a new binary to the App Store.

But when we look in Keychain Access, only the key/certificate pairing for one app appears.

Do we need to worry about this? Or is there a convenient way to export/import private keys and certificates in mass (as opposed to one by one)?

We're on Xcode 4.2.

Thanks!

like image 596
Crashalot Avatar asked May 01 '12 21:05

Crashalot


People also ask

How do I get iOS development certificate?

Navigate to the Member Center on the Apple Developer website and log in with your Apple developer account. If you do not have an Apple developer account, you will need to create one. In the Member Center, click to select the Certificates, Identifiers & Profiles section, then select Certificates under iOS Apps.


1 Answers

Import/Export works differently in Xcode 5+. This Apple Developer guide shows you how to do it.

Your account is shown under XcodePreferencesAccounts, and can be exported by clicking the gear icon () in the lower-left.

Import/Export Apple ID and Code Signing Assets

like image 70
Jason Avatar answered Oct 22 '22 19:10

Jason