简体   繁体   中英

How to programmatically extract Windows Phone's LiveID?

Is there any way to look up liveID related to a phone (in a way like myliveid@hotmail.co.uk)? I think it was possible in Android. Wouldn't UserExtendedProperties.TryGetValue("ANID") be helpful? Thanks

如果您运行UserExtendedProperties.TryGetValue(“ANID”),您将获得一个GUID(windows live anonymous id),但您不能使用该GUID将其链接到Live ID,如myliveid@hotmail.co.uk

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM