Beispiel #1
0
 public static string GetDeviceId()
 {
     //CAN NOT BE LONGER THAN 16 CHARS. (i sware i didnt spent like 13 hours finding out why this wasnt working........)
     return(DeviceInfo.CalculateMd5Hash(DeviceInfo.Instance.Id).Substring(0, 15));
 }