Entries for month: October 2010
APK MIME Type
Now that I am developing AIR for Android apps I wanted to throw some .apk files on my server and pull them up on the Android browser to download and install them. I quickly ran into a 404 and realized I hadn't added the APK MIME type to IIS (7.5). This is what I added:
File name extension: .apk
MIME type: application/vnd.android.package-archive

Recent Comments