I am developing an application for Windows 8 and I am testing it on Microsoft’s Surface. Does any one know how I can retrieve the unique device ID of Surface?
Just like we do for Windows Phone by retrieving its unique device id using Microsoft.Phone.Info namespace.
I use
Windows.System.Profile.HardwareIdentification.GetPackageSpecificToken(null).Idconverted to string, details at http://coding.kulman.sk/how-to-uniquely-identify-a-windows-8-device/