How can I add private key to the distribution certificate?

前端 未结 8 1678
孤街浪徒
孤街浪徒 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:18

    This site explain step by step that what you need to do Certificates, Identifiers & Profiles and as your question

    "Valid Signing identity not found"?
    

    You need the private key that were used to sign the code base with provisioning profile. . If you don't have then you can generate a new signing request on the iOS developer portal.

    For Export:
    

    Xcode -> Organizer, select your team. Click Export. Specify a filename and a password, and click Save.`

    For Import:
    

    Xcode -> Organizer, select your team. Click Import. Select the file containing your code signing assets. Enter the password for the file, and click Open.

提交回复
热议问题