DeviceIDExtension is a native extension able to read the device unique ID. The extension works for GSM phones (returning the IMEI) and for CDMA phones (returning the MEID or ESN).
Sample
private var ext:DeviceIDExtension; ext = new DeviceIDExtension(); trace(ext.getID());
Does it work for Android And iOS ?
No, it doesn’t. Android only.
Huyhung Kun liked this on Facebook.