获取windows phone唯一id

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了获取windows phone唯一id相关的知识,希望对你有一定的参考价值。

don't forgot to add capability ID_CAP_IDENTIFY_DEVICE
  1. private static string get_unique_id()
  2. {
  3. object uniqueId;
  4. var hexString = string.Empty;
  5. if (DeviceExtendedProperties.TryGetValue("DeviceUniqueId", out uniqueId))
  6. hexString = BitConverter.ToString((byte[])uniqueId).Replace("-", string.Empty);
  7. return hexString;
  8. }

以上是关于获取windows phone唯一id的主要内容,如果未能解决你的问题,请参考以下文章

Windows Phone 8.1:设备唯一 ID 的 DeviceExtendedProperties 或 DeviceStatus

Windows phone:使用 facebook graph api 获取用户的电子邮件 ID

在 Windows Phone 8 中播放声音片段

Android能够获取到唯一的设备ID吗

windows phone 获取服务器源代码

windows phone 获取服务器源代码