Hey guys, I’m trying to detect an installed AIR application but for some reason this isn’t working out.
I load in the AIR browser SWF, call getApplicationVersion passing along the application ID and the publisher ID, and it returns null. I’m positive that I’m using the correct IDs, and I’ve even created a blank app with the printed out NativeApplication.nativeApplication.publisherID and NativeApplication.nativeApplication.applicationID to be sure but no luck there either.
To narrow it down a bit more I tested the detection with another application that someone else developed and it worked, so it must be something in the way I’m building my apps.
Any suggestions on how I can debug this further?
Cheers,
ghjr