Page 1 of 1

How to public a Mobile Application

PostPosted: Mon Jul 22, 2013 10:12 am
by Marco R.
Hi all,

by reading the Wiki, if I've understood well, a way to public a mobile application is:
1 - export the servoy solution as html5 project
2 - submit it to the adobe site that will trasform it into the target (apple,android etc) native solution.

Normally to public an application on the Apple Store, I have (after buying an apple developer licence)to submit the source code and the application to Apple.
After the Apple approval, my application will be published on the AppStore.

Rumors says that exist a way to public a servoy application bypassing the Apple Store. It's that real?
Or is another mode to say: "make a shortcut of a webapplication on your apple device"?

Thanks in advance

Marco Rossi

Re: How to public a Mobile Application

PostPosted: Fri Jul 26, 2013 10:39 am
by Jan Aleman
If you build the app using phonegap build you can either upload it to apple making it a public app. Or you can add the UUID of mobile devices to your phonegap build profile and deploy the apps directly on the mobile devices without any appstore.

You can also do a WAR deployment and use the browser on the mobile device.

Re: How to public a Mobile Application

PostPosted: Tue Sep 03, 2013 9:00 am
by Marco R.
Thanks for your reply Jan!

It's clear.

regards