I have provided my android app on my website for download instead of Google Play Store. From my website user can download the apk file and can install that. How can I force that application to be install directly in the mobile instead of download?
Asked
Active
Viewed 2,354 times
0
-
are users accessing your website from there phone? – smushi Oct 31 '14 at 08:24
-
Up to my understanding this can be achieved with the help of some browsers. And upon downloading, that will directly install the app on Andorid device. – BDRSuite Oct 31 '14 at 08:41
-
Duplicate: http://stackoverflow.com/questions/12097527/html-page-to-download-and-install-apk-from-browser – Carsten Oct 31 '14 at 08:46
-
@smushi yes user will access that link from his android mobile – Mohit Gupta Oct 31 '14 at 08:56
-
Thanks for your co operation guys. After spending lot time on it I realize that it can not be achieved. – Mohit Gupta Nov 07 '14 at 13:17
2 Answers
0
If you provide a link, and they open from browser it will automatically install for it.
<a href="yourdomain.com/yourapp.apk">Download and install...</a>.
but only if users allow installation from 'Unknown sources' in settings/security.

smushi
- 701
- 6
- 17