ios - iOS4 Enterprise App for Wireless Distribution Probelm -


my company joined ios enterprise program distribute in-house app our employees. choose over-the-air installation our app , put .plist , .ipa file inside our web server protected our id/password mechanism. it's means must log our web site first can install app. whole process works fine when put these files in open area(not protected id\password). however, once put files behind protected it's showed "can not connect example.com " , xcode’s device console view shows

“jul 21 11:17:39 unknown itunesstored[385] : not load download manifest underlying error: error domain=sserrordomain code=2 "can not connect itunes store" userinfo=0x1c551fb0 {nslocalizeddescription= can not connect itunes store}”.

i guess it’s because session it’s not same when open itms-services://… link ios called process install app. stuck problem while. hope can solve it. many help!

the ios installer sandboxed process make itms-services request. there absolutely no way of forcing installer authenticate backend server. need make plist unprotected resource or roll own authentication mechanism based on values in url. also, can't use self-signed certificates ssl protect plist.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -