In order to release a APP, I create a web application with IIS and a QR code to download apk file.

Create a web application with IIS

  • IIS -> Add web site
  • MIME type -> Add {.apk,application/vnd.android.package-archive}
  • Firewall -> Add a access rule for the web site port

Create a QR code to download apk file

  • Copy apk file download link
  • Generate a QR code with link

Reference