When i try to download a .apk android file using an appsflyer universal link it is getting downloaded as a .zip file on Chrome but works fine on firefox.
Asked
Active
Viewed 2,734 times
0
-
Talk to appsflyer's customer service, I guess. – CommonsWare Jun 12 '17 at 14:33
1 Answers
2
Create a MIME-TYPE mapping of apk
to application/vnd.android.package-archive
. How you do this will vary on your web server.

Saubhagya
- 155
- 12
-
-
above answer was copy pasta'd from here: https://stackoverflow.com/questions/7296829/how-to-download-apk-as-apk-not-as-zip – Brandon May 24 '22 at 03:48