如何获取用户匿名 ID
本文关键字:用户 ID 获取 何获取 | 更新日期: 2023-09-27 17:57:06
我想获取用户的匿名ID,这是我们为其定义ID_CAP_IDENTITY_USER
的ID。我怎样才能得到它?
这不成功:
UserExtendedProperties.TryGetValue("ANID", out anid)
WP8:
UserExtendedProperties.TryGetValue("ANID2", out anid)
WP7.x:
UserExtendedProperties.TryGetValue("ANID", out anid)