简体   繁体   English

如何下载私钥证书Distribucion iOS?

[英]How to download private key certificate Distribucion iOS?

I appreciate if someone can guide me about the use of the iOS Distribution Certificates of the Apple development store.如果有人可以指导我使用 Apple 开发商店的 iOS 分发证书,我将不胜感激。 I see that there are already three iOS Distribution certificates created and that this is the limit, therefore I cannot create another one.我看到已经创建了三个 iOS 分发证书,这是限制,因此我无法创建另一个。 I have an application that I will upload to the Apple store, but the following error message appears:我有一个要上传到 Apple Store 的应用程序,但出现以下错误消息:

Missing private key for signing certificate.缺少用于签署证书的私钥。 Failed to locate te private key in the keychain无法在钥匙串中找到私钥

My question is, to get that private key, is it possible to download it from the developer store?我的问题是,要获取该私钥,是否可以从开发者商店下载? or how can I get it?或者我怎样才能得到它?

Add Private Key添加私钥

Within the Keychain Access menu select File > click Import Items.在钥匙串访问菜单中选择文件 > 单击导入项目。 Browse to the .p12 or .pfx file that you want to import and open it.浏览到要导入的 .p12 或 .pfx 文件并打开它。 In the Add Certificates window select System in the Keychain drop-down and click Add.在“添加证书”窗口的“钥匙串”下拉列表中选择“系统”,然后单击“添加”。 Enter your admin password to authorize the changes and click Modify Keychain.输入您的管理员密码以授权更改,然后单击修改钥匙串。

Creating the iOS Distribution Certificate创建 iOS 分发证书

Log in to your Apple Developer account and navigate to Certificates, IDs & Profiles > Certificates > Production.登录您的 Apple Developer 帐户并导航到 Certificates, IDs & Profiles > Certificates > Production。 Add a new certificate.添加新证书。 Set up a certificate of type Production and activate App Store and Ad Hoc.设置生产类型的证书并激活 App Store 和 Ad Hoc。 Click Continue.单击继续。 To proceed with the next step you need a Certificate Signing Request (CSR).要继续下一步,您需要证书签名请求 (CSR)。

Create ".cer" file in iOS developer account在 iOS 开发者帐户中创建“.cer”文件

Login to apple developer account Click “Certificates, Identifiers & Profiles” Click “Provisioning Profiles” In the “Certificates” section click “Production” Click the “Add” (+) button at the top-right of the main panel.登录苹果开发者账号 点击“Certificates, Identifiers & Profiles” 点击“Provisioning Profiles” 在“Certificates”部分点击“Production” 点击主面板右上角的“Add”(+)按钮。 Now, choose “App Store and Ad Hoc” Click Continue.现在,选择“App Store 和 Ad Hoc”,点击“继续”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM