IOS Security Msg On AIR 3.7
Hi,
I am using the new 3.7 SDK with my mobile Flex application, and have a situation where my externally loaded swf is generating mysterious messages in the debugger console. The mobile app downloads and caches swf files from a server, then loads them on an as needed basis, and unloads them when the Flex View is discarded. The swf files contain no AS3 code, but some of the symbol instances on stage have been assigned names if that matters. When I load these swf files and turn on/off the named symbols on stage by setting their visibility property to true/false, the app spits out these trace messages in the debugger console when I debug on the device:
[trace] IDS_CONSOLE_SANDBOX
[trace] IDS_CONSOLE_SECURITY_CONTEXT
These are listed in the console as trace statements, but I have not coded these anywhere. Everything works as expected and there are no errors in the app. So my question is, what could be causing this, and could these messages cause an App Store rejection?
thx