Skip to main content
Participant
January 10, 2013
Question

AIR app failed to install in ipad

  • January 10, 2013
  • 1 reply
  • 2336 views

Hi friends,

             I have developed AIR application using Flash Builder 4.6. Its working fine with emulator. When i tried to install it into my iPad, it shows the error "App failed to install". I have recreated the Provisioning file many times, but no luck. my iPad version is 6.0.1. Any one know about this issue? how to slove this? please help me.

Thanks

This topic has been closed for replies.

1 reply

Nimisha1
Participating Frequently
January 10, 2013

This is an issue of provisioning-profile only. Does you provisioning-profile includes the device and your device has updated provisioning-profile?

capty0007Author
Participant
January 10, 2013

Yes I have included...  some more details from my console

Jan 10 19:04:47 Upad installd[30] : 0x303000 handle_install: Install of "/var/mobile/Media/PublicStaging/sampleApp.ipa" requested by itunesstored Jan 10 19:04:47 Upad installd[30] : 0x303000 MobileInstallationInstall_Server: Installing app com.niran.sampleApp Jan 10 19:04:47 Upad mobile_assertion_agent[1112] : service_one_connection: Connection closed for client iTunes. Jan 10 19:04:47 Upad securityd[1316] : installd[30] SecItemCopyMatching: missing entitlement Jan 10 19:04:47 Upad installd[30] : unrecognized status -25293 from codesigning library Jan 10 19:04:47 Upad installd[30] : 0x303000 verify_signer_identity: MISValidateSignatureAndCopyInfo failed for /var/tmp/install_staging.d1gAJc/foo_extracted/Payload/sampleApp.app/sampleApp: 0xe8008001 Jan 10 19:04:47 Upad installd[30] : 0x303000 do_preflight_verification: Could not verify executable at /var/tmp/install_staging.d1gAJc/foo_extracted/Payload/sampleApp.app Jan 10 19:04:47 Upad itunesstored[69] : 0x1757000 MobileInstallationInstall: failed with -1 Jan 10 19:04:47 Upad installd[30] : 0x303000 install_application: Could not preflight application install Jan 10 19:04:47 Upad installd[30] : 0x303000 handle_install: API failed

  any solution from this?

Colin Holgate
Inspiring
January 10, 2013

If you search online for "could not preflight application" you'll see lots of cases where that happened to people. A common cause is that your app id isn't right in some way. What is the app id that the provisioning profile is based on, and what is the app id you entered in Flash Builder?