Answered
Android App ID from ActionScript.
Hello. Is there a way to query Android App ID inside the app (from ActionScript)?
Hello. Is there a way to query Android App ID inside the app (from ActionScript)?
import flash.desktop.NativeApplication;
var appXML:XML = XML(NativeApplication.nativeApplication.applicationDescriptor);
var appID:String = appXML.children()[0];
Alternatively (for some reason this method didn't work for me): NativeApplication - Adobe ActionScript® 3 (AS3 ) API Reference
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.