Mobile/iOS
Ad-hoc 앱 배포 링크 페이지 IIS 설정
These Days
2012. 3. 30. 09:05
Setting Server MIME Types
It may be necessary to configure your webserver so that the manifest file and app file are transmitted correctly.
For Mac OS X Server use Server Admin to add the following MIME types to the MIME Types settings:
application/octet-stream ipa |
text/xml plist |
For IIS, use IIS Manager to add the MIME type in the Properties page of the server:
.ipa application/octet-stream |
.plist text/xml |