Uniquely identify a mobile device
Posted
by Sahil Malik
on Win Smarts
See other posts from Win Smarts
or by Sahil Malik
Published on Mon, 21 Oct 2013 10:52:29 GMT
Indexed on
2013/10/21
16:04 UTC
Read the original article
Hit count: 288
Vanilla .NET
SharePoint, WCF and Azure Trainings: more information |
Sometimes you need to identify every device your app is installed on uniquely. This is for instance important where you have per-device licensing restrictions. For Win8 store apps, You can use ASHWID (Application Specific Hardware Identifier). ASHWID will be different app to app and device to device. Any hardware changes to the device will cause the unique id to change. You can also detect minor change vs. major change to build custom level of tolerance in what is considered a change. For instance, ejecting a USB stick is a minor change. The below code snippet shows you how to get the unique device id,
© Win Smarts or respective owner