读取Windows Phone设备的唯一ID-是否合法? [英] Reading Windows Phone Device unique ID - legal or not?

查看:85
本文介绍了读取Windows Phone设备的唯一ID-是否合法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们使用DeviceExtendedProperties.TryGetValue("DeviceUniqueId",outuniqueId)方法在Windows Phone上读取设备ID.

We read Device ID on Windows Phone using DeviceExtendedProperties.TryGetValue("DeviceUniqueId", out uniqueId) method. 

在iOS上读取,不久前禁止使用设备ID.

On iOS reading Device ID became forbidden not so long ago.

MSDN文章表示应用程序不应使用它来识别用户.没关系,因为我们不需要识别用户,我们宁愿 想识别设备.

MSDN article says applications should not use this to identify users. It's ok as we don't need to identify users, we rather want to identify devices.

设备的唯一哈希.在所有应用程序中,该值将保持不变,并且如果使用新版本的操作系统对手机进行了更新,则该值将不会更改.应用程序不应使用此标识用户,因为设备ID会保留 即使设备的所有权已转移,也保持不变.

A unique hash for the device. This value will be constant across all applications and will not change if the phone is updated with a new version of the operating system. Applications should not use this to identify users because the device ID will remain unchanged even if ownership of the device is transferred.

最后一个问题是:
读取WP上的设备唯一ID并将其发送给我们的服务器以进行统计是否合法?

Finally the question is:
Is it legal to read Device unique ID on WP and send it out to our server for statistics purposes?

推荐答案

是的,这是对设备唯一ID.
Yes, that is a valid use of the Device Unique ID.


这篇关于读取Windows Phone设备的唯一ID-是否合法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆