我们有一个 Web 服务需要在他的设备、wp8 和 win8 上识别用户。
在电话方面UserExtendedProperties.GetValue("ANID2")
,我们有匿名的 microsoft id。
在 Windows8 上,有OnlineIdAuthenticator.AuthenticateUserAsync
withUserIdentity.SafeCustomerId
和其他属性,尽管它们看起来都不像 ANID2。
OnlineIdAuthenticator api 存在于手机上,但会引发 NotImplementedException。
有什么方法可以在win8和wp8上获得一个通用的用户标识符?
谢谢