Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
424 views
in Technique[技术] by (71.8m points)

xcode - 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!

question from:https://stackoverflow.com/questions/10404931/copying-keys-and-certificates-to-another-one-mac-for-iphone-development

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You should be able to export all your provisioning profiles with all the keys (Public and Private) with just one export

In the Organiser under the Devices tab, you need to select Developer Identity and export that to a file and give it a password. Move that file to the new system and import it into Xcode and your full identity will be set up

enter image description here


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...