Sunday, 8 September 2013

Accessing Windows 8 User Identity

Accessing Windows 8 User Identity

I'm writing a simple little game and I am planning on implementing a
leaderboard for it. To get a entry in the leaderboard, I need a name for
the user.
Is it best practice to ask for a name the first time they play, or could I
access the users Identity somehow, so I do not have to implement the UI to
get the users .. say "First Name"?

No comments:

Post a Comment