3
I’m having trouble getting a unique and fixed value in C#, I need to get a value like this, for security reasons of my software.
I’ve tried using the SystemInfo.deviceUniqueIdentifier
, but unfortunately when turning off the wifi device this value changes, same in Windows in case you connect any device on USB it will change also.
In Windows I solved the problem by taking the physical number of the hard drive.
I tried the IMEI but only works on devices that support chip telephone.
How to get this value on Android?
the link seems wrong.
– Luiz Vieira
@Alanvargas, apparently this call suggested by the bigown is encapsulated in Unity by
SystemInfo.deviceUniqueIdentifier
which you already use. Have a look at the documentation: http://docs.unity3d.com/ScriptReference/SystemInfo-deviceUniqueIdentifier.html– Luiz Vieira