简体   繁体   English

我可以获得虚拟的iOS钥匙串访问吗? 用于构建电话间隙验证

[英]Can I get dummy iOS Keychain Access? for build phonegap verification

I want to install my first mobile app in my iPhone 4. My problem is that while building the app for iOS, it will ask for developer certificate. 我想在iPhone 4中安装我的第一个移动应用程序。我的问题是,在构建适用于iOS的应用程序时,它会要求开发人员证书。 So my question is, is there any way to get that certificate. 所以我的问题是,有没有办法获得该证书。 I am not using Mac. 我没有使用Mac。

So I suppose you are using PhoneGap Build to build your app since you don't even have Mac. 因此,我想您正在使用PhoneGap Build来构建您的应用程序,因为您甚至没有Mac。 So what you need is the certificate to sign your app with. 因此,您需要的是用于签署应用程序的证书。 It is nowadays possible to do that without Mac and there is tutorial here . 如今,没有Mac就可以做到这一点, 这里有教程。

What it basically tells you to do is to install OpenSSL , run the appropriate commands to create the Certificate Signing Request (CSR) which should be about the same as when using Mac. 它基本上告诉您要做的是安装OpenSSL ,运行适当的命令来创建证书签名请求(CSR),该证书签名请求应与使用Mac时大致相同。 After this the CSR needs to be sent to Apple to get the signed certificate which is then uploaded to the PhoneGap Build accompanied by the provision file created at the Developer center. 此后,需要将CSR发送到Apple以获取签名证书,然后将其连同在开发人员中心创建的配置文件一起上传到PhoneGap Build。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM