返回介绍

SystemInfo.deviceUniqueIdentifier 设备唯一标识符

发布于 2019-12-18 15:38:35 字数 1232 浏览 1721 评论 0 收藏 0

JavaScript => public static var deviceUniqueIdentifier: string;
C# => public static string deviceUniqueIdentifier;

Description 描述

A unique device identifier. It is guaranteed to be unique for every device (Read Only).

唯一的设备标识符。这是保证为每一台设备是唯一的(只读)。

iOS: on pre-iOS7 devices it will return hash of MAC address. On iOS7 devices it will be UIDevice identifierForVendor or, if that fails for any reason, ASIdentifierManager advertisingIdentifier. Windows Store Apps: uses AdvertisingManager::AdvertisingId for returning unique device identifier, if option in 'PC Settings → Privacy → Let apps use my advertising ID for experiences across apps (turning this off will reset your ID)' is disabled, Unity will fallback to HardwareIdentification::GetPackageSpecificToken().Id.

iOS:在每台iOS7设备上它将会返回MAC地址的哈希值。在iOS7设备上它将会是设备信息的唯一标识符或者,因为某种原因而失败,未申明的标识符 以及广告标识符。Windows 应用商城:使用 AdvertisingManager::AdvertisingId获取设备唯一标志符,如果选择“PC 设置 → 隐私 →让应用程序使用跨应用的我的广告ID的经历(关闭该属性充值你的ID)”是禁用的,Unity将会撤销 HardwareIdentification::GetPackageSpecificToken().Id。

systeminfo

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文