签署 AIR 应用程序
我可以使用 iOS 开发证书签署我的 Adobe AIR 应用程序吗?我在 Adobe 网站上看到一家名为 Thawt
的公司是有效的 CA。在他们的名字下面,我看到列出了苹果公司。
这是否意味着我可以使用 Apple 的 iOS 开发证书签署我的应用程序?如果是这样,怎么办?
Can I sign my Adobe AIR app with my iOS development certificate? I saw on Adobe's website that a company called Thawt
is a valid CA. Beneath their name, I saw Apple listed.
Does this mean that I can sign my app with Apple's iOS dev certificate? If so, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您有 Thawte 颁发的名为“Apple 开发者证书”或类似证书的证书,理论上它应该有效。我之前见过无法构建有效的证书链错误,即使使用有效的证书也是如此。这通常是由于您尝试使用颁发者的基础证书而未捆绑 CA 证书造成的。您可以通过将证书导入到受信任的钥匙串,然后以 PKCS 格式导出证书(我相信)同时包含 CA 证书链来修复它。有关更多详细信息,请参阅此网站:http://www.alivelearn.net/?p=892
If you have a certificate issued from Thawte called "Apple Developer Certificate" or something similar, it should work, theoretically. I've seen that unable to build valid certificate chain error before, even with valid certificates. It is generally caused by you trying to use the base certificate from the issuer without the CA cert bundled. You can fix it by importing the cert to a trusted keychain and then exporting the cert in PKCS format(I believe) while including the CA cert chain. See this site for more details: http://www.alivelearn.net/?p=892