【发布时间】:2013-04-17 14:46:56
【问题描述】:
我们有一个网络服务需要在他的设备、wp8 和 win8 上识别用户。
在电话端我们有UserExtendedProperties.GetValue("ANID2"),它是匿名的微软ID。
在 Windows8 上,OnlineIdAuthenticator.AuthenticateUserAsync 带有 UserIdentity.SafeCustomerId 和其他属性,尽管它们看起来都不像 ANID2。
OnlineIdAuthenticator api 存在于手机上,但抛出 NotImplementedException。
有什么方法可以在win8和wp8上获取通用的用户标识符?
谢谢
【问题讨论】:
标签: windows-8 windows-runtime windows-phone-8 microsoft-account