How to programmatically extract Windows Phone's LiveID?

824 views Asked by At

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

1

There are 1 answers

0
pieter_dv On BEST ANSWER

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]