Hi,
I've just updated to AIR 15 Beta 15.0.0.302 in an attempt to submit an iOS app to Apple (because of the issue with segment alignment)
And my App now shows the"Uncompiled Actionscript" popup when I load an external SWF.
This was working fine with AIR 14, and previous versions of the App were approved by Apple and are in the App Store
The issue is not caused by the loader context issue. Unless the procedure for this has changed e.g. use
var ldrContext:LoaderContext = new LoaderContext(false, ApplicationDomain.currentDomain );
etc
and this worked fine in AIR 14
The only time I got the "Uncompiled Actionscript" popup in AIR 14, was if I published for debugging on the iPad, but not when I published
"Quick publishing for device testing" or "Deployment - Apple App Store"
So there appears to be some change in the AIR 15 build / packaging which has caused this issue.
Has there been a change to useLegacyAOT ? as this seems to effect the Uncompiled Actionscipt popup
See
https://forums.adobe.com/thread/1562100
Has anyone else experienced this problem, or can anyone suggest a solution or work around, as this is currently preventing me submitting to Apple
Thanks