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

后端 未结 7 1968
天命终不由人
天命终不由人 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 14:10

    I don't know how you serve the files nor what server you're using.

    It might have something to do with serving the files with the correct MIME type.

    The following is for Apache, but I'm sure IIS also would support adding MIME types.

    Can't install APK hosted my own apache server

    0 讨论(0)
提交回复
热议问题