Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get .ipa file with PhoneGap for iOS?

I have developed an PhoneGap application using Sencha Touch 2 in Android. Now I want to develop the same in iOS without changing the code. I tried using PhoneGap Build but it was asking for Apple developer registration or developing Xcode using MacBook. Is there any other way that I can generate an .ipa file using Windows XP, PhoneGap?

like image 546
yrkapil Avatar asked Jun 22 '12 13:06

yrkapil


1 Answers

If your app really is just a straight PhoneGap app -- all HTML, JavaScript, etc. and no custom Objective-C stuff, phonegap.com offers a build service that'll build your app for all the platforms they support. You'll still have to register as an iOS developer and pay you $99 to get a distribution certificate, of course. According to the iOS Build instructions you'll need a Mac to set up your certificate and such. So realistically, you'll need to at least have access to a Mac from time to time, but once you've got everything set up you should be able to use the service to do your builds.

like image 195
Caleb Avatar answered Oct 12 '22 23:10

Caleb