Hi guys,
I use the Gamekit loadPlayers method:
gamekit:loadPlayers({uid,uid,...}) |
Which returns these properties:
[playerID] string G:1925222587
[alias] string Totebo
[isFriend] boolean true |
How would I get my hands on the displayName mentioned on the page below? I'm looking to get the full name rather than the alias.
https://developer.apple.com/library/ios/documentation/GameKit/Reference/GKPlayer_Ref/Reference/Reference.htmlNiclas