How can I add private key to the distribution certificate?

前端 未结 8 1687
孤街浪徒
孤街浪徒 2020-12-07 14:44

Well, I\'ve got my Developer Certificate linked with it\'s private key. Works Fine.

I\'ve downloaded my iOS Profile of distributor, but it says Valid signing identit

8条回答
  •  轮回少年
    2020-12-07 15:26

    "Valid Signing identity not found" This is because you don't have the private key for distribution certificate.

    If the distribution certificate was created originally on a different Mac you may need to import this private key from that Mac. This private key is not available to download from your provisioning portal.

    When you import the correct private key to your mac , XCode's organizer will recognize your already downloaded distribution profile as a "Valid profile"

    However if you do not have access to the original Mac which created those profiles, the only option you have is revoking profiles.

提交回复
热议问题