January 2013
Intermediate to advanced
408 pages
9h 23m
English
Another easy way to deploy your application is through a web server. You can use the web server to host your APK file, and give the URL to users. This recipe shows you how.
If you have your own web server, you can use it to host the APK file and then share the URL with your users, who can use the built-in browser on their device to browse to the URL and download the APK file directly onto their device.
Once the APK file is downloaded, users will be able to see that from the notification window (see Figure 11-16).
Tapping on the notification will prompt the user to install the application.
Read now
Unlock full access