This is an Air native extension that gives you access to a device unique id and an advertiser unique id. It has been developed by FreshPlanet.
Should you need to edit the extension source code and/or recompile it, you will find an ant build script (build.xml) in the build folder:
cd /path/to/the/ane/build
#edit the build.properties file to provide your machine-specific paths
ant
- iOS 6 http://developer.apple.com/library/ios/#DOCUMENTATION/UIKit/Reference/UIDevice_Class/Reference/UIDevice.html#//apple_ref/occ/instp/UIDevice/identifierForVendor http://developer.apple.com/library/ios/#documentation/AdSupport/Reference/ASIdentifierManager_Ref/ASIdentifierManager.html#//apple_ref/occ/instp/ASIdentifierManager/advertisingIdentifier
- iOS 5 http://developer.apple.com/library/ios/#DOCUMENTATION/UIKit/Reference/UIDevice_Class/DeprecationAppendix/AppendixADeprecatedAPI.html
- Android http://developer.android.com/reference/android/provider/Settings.Secure.html#ANDROID_ID
This ANE has been written by Arnaud Bernard. It belongs to FreshPlanet Inc. and is distributed under the Apache Licence, version 2.0.