2
votes

I've spent the last few days reading up on hybrid app development and all the options available out there. I've eventually decided to go with Ionic. Thing thing is though, that at my current company we work on Windows machines so we can't build for iOS ourselves, also we don't want to go through all the trouble of installing the Android and Windows Phone SDKs just so that we can do builds and run emulators. We'd rather do our testing and development running the app in-browser using ionic serve. But then it comes to building the app, I see that PhoneGap has something called PhoneGap Build. Now the question is, can I take an app that has been developed with Ionic, and compile and build it using PhoneGap build?

1
sure, just upload yor www folder to phonegap build, it should workjcesarmobile
Awesome! Thanks man :)user818700

1 Answers

3
votes

You can build your ionic app for all target you want with intel XDK for free. it build in cloud and provide facilities to deploy, test...