iOS8을 업데이트 하고 나서 Enterprise 앱의 원격 배포가 되지 않았다.
plist 파일에서 bundle id를 수정하면 iOS8 에도 원격 설치가 다시 된다.
<key>bundle-identifier</key>
<string>com.mycom.MyApp</string>
<key>bundle-identifier</key>
<string>com.mycom.MyApp.ios8fix</string>
http://stackoverflow.com/questions/25772664/enterprise-app-update-distribution-on-ios-8