본문 바로가기

Program/iOS

iOS - OTA ( Over the Air AdHoc ) 2

** 개인적 메모입니다. 태클 사절 **

OTA 를 이용해서 다른 부서에  ipa를 배포하려고 하는데..

설치가 안된다..

"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
요런 놈이 있었다.. 하하