Html page to download and install apk from browser

前端 未结 3 1884
不知归路
不知归路 2020-12-21 06:51

I have an app that will be installed by the user from a public webserver (outside android market).

So I hosted the apk in webserver and instructed the users to type

3条回答
  •  天涯浪人
    2020-12-21 07:02

    You need to ensure your webserver that is going to deliver the APK sets the MIME type properly. It should be application/vnd.android.package-archive for .apk files.

提交回复
热议问题