I'm looking for a sample web page (html code) with a link that will install an apk file directly on my phone by clicking on the link.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Just link to the apk file in the HTML. It couldn't be any simpler.
You will have to have "install apps from unknown sources" enabled on your phone. |
|||||||||
|
|
In .Net this is what I did, I created an
|
|||||
|
|
If you're using ASP.NET, then you'll need to insert the following in your web.config file:
Apart from that (as others have said), you just need a normal link:
and tell your users to enable the Security -> Unknown sources option in Settings. |
|||
|
|