I’m almost ready with my app and so I’d like to test it on my native device so that I can show a demo to my client.
As they aren’t very tech people it would be great that I could show it off like a “real” app. I know that Phonegap has: http://app.phonegap.com/ an app to install on your device and it pairs with your “Phonegap server”.
But since Cordova is in Ionic, the local “webserver” of Phonegap isn’t integrated. Theoretically I could “create” and “port” my Ionic app into it … I think. But practically it could create other issues.
Or is there a more stable and better way to do it? Or does Ionic provides the same app as Phonegap?
Hi @Avril - the service you’re referring to is known as The PhoneGap Developer App. PhoneGap Build https://build.phonegap.com/ is a different service used to build your app in the cloud for distribution - the title of your post may confuse people who would otherwise have replied here.
I don’t use PhoneGap Build, but I have been using the PhoneGap Developer App in combination with “ionic serve” on the CLI. See this post: