Skip to main content
Inspiring
August 13, 2015
Question

Can't debug a development AIR App with ANE

  • August 13, 2015
  • 1 reply
  • 230 views

I have an AIR app that I want to test.  Specifically, I want to test/debug AS3 code I've written around the FreshPlanet Payment ANE.  It was recently updated to universal (inc. 64bit) on iOS.

My development certificates and provisioning profiles must be ok.  I can test the app on my iOS devices if I remove the ANE stuff.  I can build release apps (with a release certificate) with the ANE stuff included - and test them via TestFlight - but of course, I lose debugging, diagnostics, stack-traces, etc.

I want to be able to test on a device connected to my computer (with a development certificate).  But I can't do that when I introduce the ANE stuff.  It gives me an application verify error - and it can't install the app.


I've checked and double checked everything to do with certificates and provisioning.  I checked that the .ipa includes 64bit support.

Any suggestions?

This topic has been closed for replies.

1 reply

Inspiring
August 13, 2015

I found a work-around.  It seems I can test an ad-hoc build, which uses my release certificate.  But I'd still like to know why the development certificate build didn't work in conjunction with an ANE.