我尝试在我的Windows Phone 8应用程序中获取ANID2。
但它总是返回null。
我的代码是:
object anid;
DeviceExtendedProperties.TryGetValue("ANID2", out anid);
如果我尝试GetValue而不是TryGetValue(“ANID2”) 我得到以下例外:
指定的参数超出了有效值的范围。
功能“ID_CAP_IDENTITY_USER”已设置
答案 0 :(得分:0)
我的错误是我为ANID2使用了“DeviceExtendedProperties”。但是你必须使用UserExtendedProperties.GetValue(“ANID2”)