Reputation: 11
I am beginner to PhoneGap app development. Below are my queries. 1. Is it possible to setup PhoneGap SDK without Xcode installation. 2. If YES then how to do same. 3. If NO then is there any way I can write a iphone application without Xcode installation(I dont want to pay 99$, because I m a begineer). 4. I have a MAC, Windows, Linux PCs. Tell me all the free SWs. Its ok if I am not able to test the application initially.
Upvotes: 1
Views: 2859
Reputation: 463
I you don't want to install the dev environment, you can use their cloud service to build native apps written in HTML+CSS+Javascript. It's free and allows you to target all the supported platforms.
You only have to upload your finished app and get a compiled, native app.
Upvotes: 2
Reputation: 141588
Is it possible to setup PhoneGap SDK without Xcode installation.
No.
If NO then is there any way I can write a iphone application without Xcode installation(I dont want to pay 99$, because I'm a beginner)
XCode is free. It's in the AppStore. The $99 is to give you the ability to distribute applications in the AppStore and run it on a device. You will still be able to develop and run applications in an emulator for free.
Upvotes: 6