** 개인적 메모입니다. 태클 사절 **
설치가 안된다..
"111.111.111.111 연결할 수 없음"
이라는 얼럿창만 계속 나오고 다음 프로세스가 진행되지 않는다..-_-;
'왜 일까?' 고민 중 다운로드 링크 URL 형식을 보니 아무래도 IIS에서 문제가 발생하지 않을까는 생각에 mime type을 알아봤다.
http://developer.apple.com/library/ios/#featuredarticles/FA_Wireless_Enterprise_App_Distribution/Introduction/Introduction.html
애플 개발자 라이브러리 사이트에서 확인해 보니...
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 |
'Program > iOS' 카테고리의 다른 글
iOS mpmovieplayercontroller (4) | 2011.08.31 |
---|---|
iOS - CGContextRef / CGImageRef Image Orientation / Mask / Cropping (2) | 2011.08.26 |
iOS - 인증되지 않은 다른 맥에서 개발하기 (4) | 2011.08.22 |
iOS - OTA ( Over the Air AdHoc ) 1 (6) | 2011.08.19 |
iOS - Logging (6) | 2011.08.17 |