Can I generate a certificate for an IOS app without having an Apple device?

2

I'm developing an app via phonegap and would like to generate for IOS too, but I need a certificate, and from what I've seen this certificate has to be generated by a Mac.

Is there any other way to generate this certificate file (CSR) so that I can create my app?

    
asked by anonymous 12.11.2015 / 14:05

2 answers

2

You can use the method mentioned above, or you can access a Mac using a service such as Mac In Cloud , to test your app on simulators and build your app on XCode. Either way, you need the Apple Developer license.

    
12.11.2015 / 19:07
1

Yes, there is a way, using Phonegap Builder they have documentation that shows how to do it, see here . I will not post here because it is quite extensive.

But you will still need the Apple certificate.

    
12.11.2015 / 14:45