Device Identification is a Native Extension  that provides access to device identification data. It is possible to read the IMEI code, IMEI SV code, Device Serial Number, MODEL and IMSI code.
Sample
import com.flashvisions.mobile.android.extensions.system.data.DeviceIdentity; import com.flashvisions.mobile.android.extensions.system.SystemNFO; var systemInfo:SystemNFO = new SystemNFO(); var result:DeviceIdentity = systemInfo.getDeviceIdentity(); trace(result.IMEI); trace(result.IMEISV); trace(result.IMSI); trace(result.MODEL); trace(result.SERIAL); trace(result.PHONENUMBER);
thx for that !
You’re welcome!
RT @as3gamegears: New: Device Identification (extension to access device identification data) http://t.co/AmvyzyyO #as3 #flash #gamedev
5$ and thats work only on android ?
It’s not that bad
I agree that it could be much better if iOS was supported as well.
have you test to build an ANE like this one ?
No, I haven’t. In fact I never tried to build any ANE so far.
Hi, can’t access the files. Links please.
Hi Bayo! Looks like their website is down for now. I am not an affiliate or something, I just listed their ANE here. I am afraid you will have to wait until the website is back online.
Hi, i have build a free version
https://github.com/goabonga/DeviceIDExtension
Hey there! That’s awesome! I will add your version to the site tomorrow. Thanks!
if you have ideas for others extensions, send me an email, i can build it 😉
That’s outstanding! Thank you again for the contribution.
[…] Device Identification Native Extension that provides access to device identification data. It is possible to read the IMEI code, IMEI SV code, Device Serial Number, MODEL and IMSI code. […]
Hi Chris, can you please walk me through now to use the extension? I have it downloaded already. And while at it, is it applicable to iOS too or just Android? Thanks
not work with Flash Professional CS5.5
How to use this for action script 3?