GameCenter login action inquiry
Hello there!
So I'm implementing Gamecenter into my game for the very first time (just got pro
) to post the player's score automatically into the leaderboards once they get a new highscore. My question is: what is the best way to put the gamecenter login action? At the moment, I have it set to fire the action at the main menu after 2 seconds, but if the player returns to the main menu screen, will the game know that they are already signed in and not try to sign them in again?
Lastly, if the player moves on to the next scene before those 2 seconds (I used the timer suggested on the "timers are for chumps" thread by the way), will they still be signed in?
Hopefully my inquires were sufficiently clear, any help is greatly appreciated.
Cheers!
Comments
bump
Just put in on the first scene no timers needed, it will only login once.
Alright, will do. Thanks BBEnk