I was wondering if I could pick your brain. Yes you the one knows Corona inside and out.
I’ve been trying to resolve this issue for a couple of weeks now without a clue as to how to proceed.
I’m trying to get my app (JVESQXGNSA.com.loqheart.cannoncat.full) to download from TestFlight. I was able to use TestFlight with the app on prior builds until I added a new device to the provisioning profile. And TestFlight was also having issues that day.
But now I keep getting an “Unable to Download Application” error on device.
And this appears in the console:
Feb 24 10:32:25 unknown installd[2973] : 2ff93000 verify_signer_identity: Could not copy validate signature: -402620393
Feb 24 10:32:25 unknown installd[2973] : 2ff93000 preflight_application_install: Could not verify executable at /var/tmp/install_staging.tuIqjT/foo_extracted/Payload/build.app
Feb 24 10:32:25 unknown com.apple.itunesstored[2968] : MobileInstallationInstall: failed with -1
Feb 24 10:32:25 unknown installd[2973] : 2ff93000 install_application: Could not preflight application install
Feb 24 10:32:25 unknown installd[2973] : 2ff93000 handle_install: API failed
Feb 24 10:32:25 unknown installd[2973] : 2ff93000 send_message: failed to send mach message of 71 bytes: 10000003
Feb 24 10:32:25 unknown installd[2973] : 2ff93000 send_error: Could not send error response to client
I’ve tried dev and adhoc builds, cleared my keys and certificates from KeyChan Access, regenerated certificates, and provisioning profiles, even tried a different bundle identifier (com.loqheart.cannoncat.app) but I keep getting that error.
I have another app (PK45W7W2MF.com.loqheart.cannoncat) that installs just fine.
I had a correspondence with Dan Kuba from TestFlight, and he said there’s something wrong with the entitlements.
"
Hi Don,
The team is wondering if you can provide us with a console log, before the ‘unable to download’ occurs. It is appearing that the .IPA’s entitlements are not enabled correctly and that ‘get-task-allow’ is set to ‘True’ (needs to be ‘False’ for Ad Hoc builds).
However, we do have checks in place that would prohibit an upload if either of these were not set up correctly."
I’m able to install the adhoc build via itunes and the xcode organizer, but no luck over TestFlight. I tried installing with Beta Builder and Diawi without any luck.
My guess is there must be something wrong with the app itself or with how its built. Is Corona caching something? Could something have gotten corrupted? My build settings are pretty basic:
plist =
{
– UIRequiredDeviceCapabilities = “magnetometer”,
UIPrerenderedIcon = true,
UIStatusBarHidden = true,
CFBundleDisplayName = “Cannon Cat”,
LSRequiresIPhoneOS = true,
MinimumOSVersion = “4.3.0”,
},
Do you have any idea what I could be doing wrong? I’m struggling to imagine what else I could try.
If you could help me out, I’d appreciate it immensely.
Thanks. [import]uid: 27183 topic_id: 22375 reply_id: 322375[/import]