Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Gamekit Game Center displayName — Gideros Forum

Gamekit Game Center displayName

totebototebo Member
edited July 2014 in General questions
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.html

Niclas
My Gideros games: www.totebo.com
Sign In or Register to comment.