I am trying to enable advanced telemetry in IntelliJ in my AIR projects.
I have tried setting the flag -advanced-telemetry=true in compile options and method described in this thread http://devnet.jetbrains.com/thread/440361.
When i run the compiled SWF itself, it will get registered by Adobe Scout, but when i package the app for mobile and run it on the my device, the app will not get registered.
Is there something else i could try?