0

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.

user3732475
  • 11
  • 1
  • 1

1 Answers1

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