6

This may be very silly question but i can't find answer. I have just received provisioning profile and developer certificate from my customer, but i can't use it. Xcode organiser says Valid signing identity not found about this profile. I assume this is because the certificate i've received doesn't contain private key. So the question is where do i take that key? Should i ask the customer for it? But i think he may answer: "It's my private key and i cannot share it with you because it's private". So what should id do? Where to get it?

4

2 回答 2

12

要求您的客户提供Private Key他们可能用于创建的Certificate文件,然后创建配置文件,请参见下图从何处获取私钥 - >KeyChain

在此处输入图像描述

于 2013-08-20T07:27:04.950 回答
4

您肯定需要私钥来签署您的应用程序。创建证书的人必须从钥匙串(包括私钥部分)中导出证书并将其提供给您。

当然,更好的解决方案是如果您可以加入团队并申请自己的证书。但这仅适用于公司帐户,而不是您以个人开发者身份注册的情况。

于 2013-08-20T07:23:43.953 回答