cannot install app on ios 7: PackageInspectionFailed, did not have bundle identifier
My adobe-air 3.8 powered app can be installed and runon ipads running ios 5 and 6.
But the same apk file cannot be installed on a ipad running ios 7(11A4449d).
I install the app using adt. I tried both developement provision and ad-hoc provision. same result.
Here's the error from the iphone console logs:
Aug 30 17:24:25 Issa-mato-iPad mc_mobile_tunnel[168] <Notice>: (Note ) MC: mc_mobile_tunnel starting.
Aug 30 17:24:33 Issa-mato-iPad mobile_installation_proxy[151] <Warning>: LaunchServices: Please include the kCFBundleIdentifierKey in the options dictionary when installing an app.
Aug 30 17:24:33 Issa-mato-iPad mobile_installation_proxy[151] <Warning>: LaunchServices: installing app for existing placeholder (null)
Aug 30 17:24:33 Issa-mato-iPad installd[60] <Notice>: 0x295000 handle_install_for_ls: Install of "/var/mobile/Media/PublicStaging/IDA.ipa" requested by mobile_installation_proxy
Aug 30 17:24:35 Issa-mato-iPad mc_mobile_tunnel[168] <Notice>: (Note ) MC: mc_mobile_tunnel shutting down.
Aug 30 17:24:39 Issa-mato-iPad installd[60] <Error>: 0x295000 peruse_package: App info dict loaded from "/var/tmp/install_staging.rpo8d8/foo_extracted/Payload/IDA.app" did not have bundle identifier
Aug 30 17:24:39 Issa-mato-iPad installd[60] <Error>: 0x295000 stage_package: Could not peruse package at /var/tmp/install_staging.rpo8d8/foo_extracted
Aug 30 17:24:39 Issa-mato-iPad mobile_installation_proxy[151] <Error>: 0x345000 MobileInstallationInstallForLaunchServices: failed with -1
Aug 30 17:24:39 Issa-mato-iPad installd[60] <Error>: 0x295000 MobileInstallationInstall_Server: Could not stage the package
Aug 30 17:24:39 Issa-mato-iPad mobile_installation_proxy[151] <Warning>: ERROR: MobileInstallationInstallForLaunchServices returned nil
Aug 30 17:24:39 Issa-mato-iPad mobile_installation_proxy[151] <Error>: 0x345000 handle_install: Installation failed: Error Domain=LaunchServicesError Code=0 "The operation couldnt be completed. (LaunchServicesError error 0.)" UserInfo=0x16610680 {Error=PackageInspectionFailed}
Aug 30 17:24:39 Issa-mato-iPad installd[60] <Error>: 0x295000 handle_install_for_ls: API failed
is this a bug in adobe air sdk?
