Apple 的开发者证书和配置文件

发布于 2024-10-20 18:22:13 字数 246 浏览 3 评论 0 原文

我可以使用其他人的 Apple 开发者证书和配置文件在 iPad 上构建和运行我的应用程序吗?证书和配置文件是机器特定的吗?

实际上,我正在尝试安装我朋友的开发证书,并且它正在安装,但是当我安装配置文件时,它向我显示黄色警告“

主要问题是开发者证书和配置文件可以在不同的机器上使用吗?

Can I use someone else's Apple's Developer Certificate and Provisioning Profile to build and run my application on the iPad ? Are the certificates and profiles Machine Specific ?

Actually I am trying to install my friend's dev certificate and it is getting installed but when I am installing the provisioning profile its showing me an yellow warning "Warning in XCode Organizer

The main question is that The Developer' Certificate and Provisioning profile can be used on different machines or not ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

别低头,皇冠会掉 2024-10-27 18:22:13

请参阅消息“找不到与此配置文件匹配的有效签名身份”。您要在钥匙串中添加证书,而不是身份(这是包含私钥的 .p12 文件)。从您获得证书的任何地方,您都应该获得从钥匙串导出的私钥,而不是仅导出证书。

最后,正如 BoltClock 所说,使用其他人的证书违反了苹果的许可。

See the message, "A valid signing identity matching this profile could not be found". You are adding the certificate in your keychain, not the identity(which is a .p12 file containing the private key). From wherever you got the certificate, you should get the private key exported from the keychain rather than exporting only the certificate.

At the end, like BoltClock said, it is violation of Apple's license to use some others' certificate.

寂寞清仓 2024-10-27 18:22:13

“错误:”有效的签名身份
无法匹配此配置文件
在你的钥匙串中找到”

解决方案:您很可能有
没有下载必要的WWDR
来自Apple开发者的证书
地点。有一个链接可以下载这个
“证书”中的证书
开发者门户的部分。如果
你的证书里确实有
钥匙扣,确保它没有
过期了(不太可能,因为我的有效
直到 2016 年)。还要确保您的
开发者证书尚未过期
(这些似乎只对 12 有效
一次几个月)。”

http://discussions.apple.com/ thread.jspa?threadID=2220082&tstart=0

"Error: "A valid signing identity
matching this profile could not be
found in your keychain"

Solution: Most likely that you have
not downloaded the necessary WWDR
certificate from the Apple developer
site. There is a link to download this
certificate in the 'Certificates'
section of the developer portal. If
you do have the certificate in your
keychain, make sure that it has not
expired (unlikely, as mine is valid
until 2016). Also make sure that your
developer certificate has not expired
(these seem to be valid for only 12
months at a time)."

http://discussions.apple.com/thread.jspa?threadID=2220082&tstart=0

无畏 2024-10-27 18:22:13

如果您想在设备上运行应用程序,则必须将该设备的 ID 添加到证书中。

If you want to run your app on a device then you have to add that device's id to the certificate.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文