How to put the app(APK and IPA files) install package on the server for users to download?
The IIS Server Web site cannot download the. apk file because there is no. apk file in the default MIME type for IIS, so it cannot be downloaded. Workaround: Add a MIME type to the. apk format file.
Workaround for IIS server side:
1. Open IIS Service Manager, locate the server, right-click Properties, open IIS service properties;
2. Click the MIME type button under MIME type to open the MIME Type Settings window;
3. Click "New" to create a new MIME type;
4.
Fill in the extension
The. apk MIME type is populated with the MIME type of the APK application/vnd.android.package-archive
The. IPA MIME type is populated with the MIME type of IPA application/iphone
5. Click OK to save the settings.
6. Restart IIS for the settings to take effect.
Workaround for Virtual host space backend:
1. Go to the background control Panel of the site space and find an option similar to "Custom MIME type" To customize the MIME type on this option page.
2. In the extension ". apk", the MIME type of the APK is populated with the MIME type "Application/vnd.android.package-archive"
3, after the confirmation can make the setting effective.
Put the app (APK and IPA files) installation package on the server for the user to do the following method