Louis
Louis

Reputation: 2608

compile angularjs ionic app with Phonegap Build

is it ok to compile a AngularJS+ Ionic app using Phonegap Build or Steroids ? Or should I use another platform ?

I would like your feedback!

Thanks

Upvotes: 0

Views: 475

Answers (2)

Abdelaziz Fellah
Abdelaziz Fellah

Reputation: 31

yes you can use PhoneGap Build to build your application on android and window phone but ios you need key Provisioning profile good luck

Upvotes: 0

Roope Hakulinen
Roope Hakulinen

Reputation: 7405

To answer your question, yes you can use PhoneGap Build to build your application. We are using it to build our AngularJS + Onsen UI app, but it should also suitable for Ionic. The question isn't really about which front-end techniques you use, whether it is about your other needs such as platform support (PhoneGap Build supports "only" iOS, Android and Windows Phone 8) and plugins needed (again, PhoneGap Build doesn't automatically support every plugin there exists, but ~400 they support should be enough in most of the cases). If there limitations are okay for you, go ahead and try it. It is easy to setup and has quick builds almost out-of-box for your Cordova application.

About Steroids, I can't say anything as haven't used it.

Upvotes: 1

Related Questions