Exactly as the title says.... I have CocosLive mostly working, but I don't know what to enter as the username - do I need to request the user to enter his and integrate a UITextField or whatever it's called? Alternatively is there a way to grab the iPhone/iPod owner's name without diving into the Address Book framework?
What do you name your user for high scores?
(5 posts) (2 voices)-
Posted 1 year ago #
-
Bump, just looking for what you guys are doing in this regard - what do you send to CocosLive as the username?
Posted 1 year ago # -
Just enter the username that you want.
If you want to use "update" score, the username + device id will be used to identify the profile.
Posted 1 year ago # -
Thanks for the reply. I understand one can put whatever username one wants - I'm just wondering how others do it - do they get the person's username through text input by the user or do they just use their iPhone's user name? If the latter, how does one get that?
Posted 1 year ago # -
I'm thinking of using [[UIDevice currentDevice] name] - has anyone had any problem using that instead of taking user input?
Posted 1 year ago #
Reply
You must log in to post.