access user's microsoft account email id from my app in windows phone 8

后端 未结 2 536
失恋的感觉
失恋的感觉 2021-01-24 06:32

I\'m looking to access an email id of user that is used for marketplace in wp8. Email address chooser task is only to obtain the email address of a contact, not from user\'s ma

2条回答
  •  迷失自我
    2021-01-24 07:07

    Due to privacy concerns it is not possible to retrieve the account ID. If you just want to identify the user you can use UserExtendedProperties.GetValue("ANID2") (more information on the WP8 version here)

提交回复
热议问题