ipad - MDM iOS 9 app install failure -


why ipa sideload, not install via airwatch?

our in house application install when side-loaded mac using itunes.

however, enterprise wide distribution, use airwatch. when using exact same ipa, via airwatch, app fails install, returning error reads "unable install" without other information. missing?

if provision profiles , signing not correct, shouldn't able build app in first place. correct?

and once built, , side-loadable, stand reason should install via airwatch without issue.

when exploring ipa apple configurator, have retrieved following log file:

oct 23 14:19:23 grant-test-ipad ondemandd[171] : unable update manifest, cannot find bundle url.
oct 23 14:19:23 grant-test-ipad ondemandd[171] : calling applicationdownloadinitiated: reply block error : error domain=_ondemandresourceserrordomain code=114 "(null)" userinfo={nslocalizedrecoverysuggestion=lsapplicationproxy returned no bundle url.}
oct 23 14:19:23 grant-test-ipad itunesstored[130] : [applicationworkspace]: installing software package bundleid: com.healthsouth.hspreassessment: bundleversion: 1.1.10023 path: /var/mobile/media/downloads/1966681134488032800/-3221430272025313765
oct 23 14:19:23 grant-test-ipad itunesstored[130] : file starts 0x0d0a0d0a; expected 0x504b0304
oct 23 14:19:23 grant-test-ipad itunesstored[130] : bundlevalidator: invalid archive bundleridenfier: com.healthsouth.hspreassessment path: /var/mobile/media/downloads/1966681134488032800/-3221430272025313765
oct 23 14:19:23 grant-test-ipad itunesstored[130] : [applicationworkspace]: bundle validated bundleidentifier: com.healthsouth.hspreassessment success: 0
oct 23 14:19:23 grant-test-ipad itunesstored[130] : [applicationworkspace]: uninstalling application placeholder bundleidentifier: com.healthsouth.hspreassessment; success: 0
oct 23 14:19:23 grant-test-ipad itunesstored[130] : [applicationworkspace]: failed install application: com.healthsouth.hspreassessment; /var/mobile/media/downloads/1966681134488032800/-3221430272025313765; (null)
oct 23 14:19:31 grant-test-ipad corecaptured[425] : ccprofilemonitor::freeresources done
oct 23 14:19:31 grant-test-ipad corecaptured[425] : got xpc error: connection invalid
oct 23 14:19:31 grant-test-ipad corecaptured[425] : cclogtap::profileremoved, owner: com.apple.driver.applebcmwlancore0, name: driverlogs

obviously device being used named grant-test-ipad.

the question me seems if, first line suggest, manifest cannot updated, how able side-load app?

tl;dr: install ipa (built adhoc distribution) using itunes, won't able run if device isn't included in list. error referring manifest file included in ipas built ad-hoc distribution.

to build app in xcode need valid appid , development , distribution certificates , provisioning profiles. distribute ipas airwatch (or via website) you'll need ipa signed enterprise distribution, , user need grant trust development team


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -