我可以获得“开发者证书”吗?和“供应配置文件”没有Mac?
PhoneGap 提供了一项名为“PhoneGap Build”的服务,可以为您处理所有代码的编译。然而,在它为 iPhone 编译任何内容之前,它要求您上传“开发人员证书”和“配置文件”。有没有办法在不使用 Mac 的情况下获取证书和配置文件?
以下是 PhoneGap 人员的说法: https://build.phonegap.com/docs /ios-构建
Possible Duplicate:
How to deploy Phonegap app to iPhone without having Apple hardware (iPhone + Mac)
PhoneGap provides a service called "PhoneGap Build" that handles compiling all of your code for you. However, before it will compile anything for an iPhone, it requires that you upload a "developer certificate" and "provisioning profile". Is there any way to obtain a certificate and provisioning profile without using a Mac?
Here is what the people at PhoneGap have to say: https://build.phonegap.com/docs/ios-builds
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在使用 PhoneGap Build 时遇到了同样的问题,并找到了用于在 Windows 上生成证书签名请求的链接。
http://help.adobe.com/en_US/as3/iphone/WS144092a96ffef7cc-371badff126abc17b1f-8000.html
我刚刚完成了该过程,它似乎工作正常。我现在已将其上传到 Apple,正在等待“待发布”。
当我四处寻找这个解决方案时,我在这里发现了另一篇很棒的文章,它看起来解决了您走到这一步后会发生什么。
在 Windows 上将推送证书转换为适用于 iPhone 的 P12 格式应用程序
I had the same issue with PhoneGap Build and found this link for generating a certificate signing request on Windows.
http://help.adobe.com/en_US/as3/iphone/WS144092a96ffef7cc-371badff126abc17b1f-8000.html
I just went through the process and it appeared to work fine. I've now uploaded it to Apple and am waiting on the "Pending Issuance".
While I was looking around for this solution I found another great article here that looks like it addresses what happens after you get this far.
Convert push certificate to P12 format on Windows for iPhone app