ANID2返回null

时间:2013-12-01 13:41:57

标签: windows-phone-8

我尝试在我的Windows Phone 8应用程序中获取ANID2。

但它总是返回null。

我的代码是:

object anid;

DeviceExtendedProperties.TryGetValue("ANID2", out anid);

如果我尝试GetValue而不是TryGetValue(“ANID2”) 我得到以下例外:

  

指定的参数超出了有效值的范围。

功能“ID_CAP_IDENTITY_USER”已设置

1 个答案:

答案 0 :(得分:0)

我的错误是我为ANID2使用了“DeviceExtendedProperties”。但是你必须使用UserExtendedProperties.GetValue(“ANID2”)