The issues of exporting/importing certificate , private key under keychain access for Iphone

前端 未结 2 1130
野趣味
野趣味 2021-01-07 04:59

I want to export the certificate and private key from one machine to another so I can reuse the provisioning profile.

There\'s a private key under the certificate in

相关标签:
2条回答
  • 2021-01-07 05:24

    With Xcode 5.0+, this has become very simple.
    1. On the computer with the developer credentials, Goto Xcode->Preferences->Accounts.
    Click on the gears to export the profile. Choose a password as it includes all your credentials of apple-developer program.
    2. Share the exported file with the new computer.
    3. Import the profile in your Xcode->preferences->Accounts.

    0 讨论(0)
  • 2021-01-07 05:30

    Hope it may help you In Keychain, select three items: Your private key, public key and the cert from Apple

    CMD+Click to select "export 3 items"

    and you will export one .cer file. Then double click to import the file without keying any password to protect so.

    or you should import cert first and then import both public and private key. Make sure you also have the Apple Developer Relations Root CA certificate in your keychain. That is what is used to verify the certificate. See in your keychain access whether it has been paired correctly.

    0 讨论(0)
提交回复
热议问题