I would like to have a link on web page where from mobile device I can click and Android .apk application will install (like on the Play Market). I know that in order to reach this functionality for iOS I need to have an .ipa file and a .plist XML. What do I have to do in case of Android app?
upd: I found this topic apk installation from web page but apk only downloads to filesystem and user has to manually install it. I would like to installation process start automatically :(