How to download “.apk” as “.apk”? (not as “.zip”)

后端 未结 7 1978
天命终不由人
天命终不由人 2020-12-16 13:51

I have a small problem. Some browsers are not downloading the \".apk\" files correctly. How to download \".apk\" as \".apk\"? (not as \".zip\") Some browsers are convert the

7条回答
  •  抹茶落季
    2020-12-16 13:57

    Create a MIME-TYPE mapping of apk to application/vnd.android.package-archive. How you do this will vary on your web server.

提交回复
热议问题