Search code examples
c#.netwindows-phone-7liveid

How to programmatically extract Windows Phone's LiveID?


Is there any way to look up liveID related to a phone (in a way like [email protected])? I think it was possible in Android. Wouldn't UserExtendedProperties.TryGetValue("ANID") be helpful? Thanks


Solution

  • If you run UserExtendedProperties.TryGetValue("ANID") you'll get a GUID (the windows live anonymous id), but you can't use that GUID to link it to an Live ID like [email protected]