OTA install link for android apk file on IIS server

It’s very convinent to provide an OTA install link for QE to install your apk file. With IIS server, it’s easy to do this.

  • first we need to add a MIME type in IIS server, file extension:.apk, MIME tpe:application/vnd.android.package-archive
  • copy apk file to you website directory
  • add a hyperlink pointed to your apk file.