iOS Ad Hoc installation failing -


i'm getting following error when try install app via testflightapp.com.

"unable download application. "helloworld" not installed @ time. 

i've tried installing via itunes , apple configurator.

when first got error, thought might due apple's developer program being down few weeks back, regenerated certificates using code signing request on laptop, rebuilt provisioning profiles.

i deleted profiles iphone, , xcode, , deleted testflight phone.

then archived app, uploaded test flight, gave permission devices in profile, , sent notification emails download link.

when try download, progress bar gets way end error pops up. see in console during installation (from iphone configuration utility):

springboard[67] <warning>: killing com.helloworldapp app installation installd[53] <error>: 0x2c6000 handle_install: install      of "/var/mobile/media/downloads/-2429066128781955904/-410631401396950200"      requested itunesstored installd[53] <error>: 0x2c6000 mobileinstallationinstall_server: installing      app com.helloworldapp installd[53] <error>: aug 23 11:45:37  sectrustevaluate       [leaf criticalextensions issuercommonname] installd[53] <error>: 0x2c6000 verify_signer_identity:      misvalidatesignatureandcopyinfo failed     /var/tmp/install_staging.a1ku9y/foo_extracted/payload/helloworld.app/helloworld: 0xe8008017 installd[53] <error>: 0x2c6000 do_preflight_verification: not verify      executable @ /var/tmp/install_staging.a1ku9y/foo_extracted/payload/helloworld.app installd[53] <error>: 0x2c6000 install_application: not preflight      application install itunesstored[71] <error>: 0x183b000 mobileinstallationinstall: failed -1 installd[53] <error>: 0x2c6000 handle_install: api failed 

so i've got brand new certificates , profiles, profile has devices i'm trying install embedded , i've given permission devices in testflight.

i'm @ loss now, i've fixed similar problems in past, i've run out of usual ideas.

and i've tried increasing version number well, (that's worked in past) no luck.

i moved project /users/ folder external hard drive, i've updated necessary paths , can build app , run via xcode can't see how that's problem.

update: jason's answer i've managed different error apple configurator

a signed resource has been added, modified or deleted -402620393 com.apple.mdk.amderror 

update: completeness, here's error on iphone when trying sync via itunes:

itunes sync: 'helloworld' failed install 

i work @ testflight. on upload try catch every scenario can prevent this, cases aren't catchable or haven't seen before. , iphone's error message "unable download application" doesn't give information.

the best thing in case take ipa (the same 1 upload testflight) , install manually onto device. pretty easy if use apple's configurator. if apple's configurator can't install it, issue not caused testflight , configurator give better error messages solve issue. if can install it, testflight issue , should send support request here.

either way, let me know happens. hopefully, can put upload check prevent case next time.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -