简体   繁体   English

尝试在Xcode 5中为应用商店创建分发证书

[英]Trying to create Distribution certificate for app store in Xcode 5

Im trying to create distribution certificate in Xcode 5 for appstore, Im getting the following error. 我试图在Xcode 5中为应用商店创建分发证书,我收到以下错误。

"An error occurred while requesting a certificate" “请求证书时发生错误”

Are you required to have development certificate before you request dist. 您是否需要获得开发证书才能请求dist。 cert? 证书? because I dont have development cert. 因为我没有开发证书。 too. 太。

First you need a cer from the keychain by requesting a certificate from cerficate authority. 首先,您需要通过向认证机构申请证书来从钥匙串中获得证书。

then login to your app dev center --> 然后登录到您的应用程序开发中心->

create a certificate (Either development or distribution ) by importing the CSR file that you have created, 通过导入您创建的CSR文件来创建证书(开发或发行),

then you need to create app id com.domainname.* 那么您需要创建应用ID com.domainname。*

then you can create provisional profile using the certificate and appid 那么您可以使用证书和appid创建临时配置文件

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

相关问题 当我尝试使用xcode创建分发配置文件时没有分发证书 - There is no distribution certificate when i trying to create distribution profile using xcode App Store中的发行证书与实时应用 - Distribution Certificate vs live app in App Store Xcode 6 App Store提交失败,并显示“您的帐户已具有有效的iOS发行证书” - Xcode 6 App Store submission fails with “Your account already has a valid iOS distribution certificate” 无法在 Xcode 中创建分发应用程序 - Failing to create distribution app in Xcode 在Xcode 4.3中捆绑应用程序商店分发的应用程序 - Bundling app for app store distribution in Xcode 4.3 当我尝试创建分发证书时,为什么App Store和Ad Hoc按钮显示为灰色? - Why is the App Store and Ad Hoc button greyed out when I try to create a distribution certificate? xCode Organizer中的发行证书 - Distribution Certificate in xCode Organizer 如何为没有Xcode的客户端创建正确签名的分发App Store构建 - How can I create a correctly signed distribution App Store build for a client without Xcode 通过Xcode安装经发行证书签名的iOS应用? - Installing a Distribution Certificate signed iOS app through Xcode? 尝试在Xcode中更新应用时出现证书错误 - Certificate error while trying to update app in Xcode
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM