How to programmatically extract Windows Phone's LiveID?

前端 未结 1 1060
梦毁少年i
梦毁少年i 2021-01-14 18:25

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.TryGetValu

1条回答
  •  花落未央
    2021-01-14 19:17

    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 myliveid@hotmail.co.uk

    0 讨论(0)
提交回复
热议问题