Hi everyone,
I have a sort of general practice question with game center. Here is the situation:
-
I have a show leaderboard and a show achievements button on my game main menu.
-
For google play, you can request a user initiated login. So if the user is not logged in and they hit this button, I simply request a login first and then show it after they login.
-
For iOS, there is no login request! What exactly should I do if there is no authenticated user and the user hits this button? Is there a way to request the authentication view again? Should I display a popup telling them the feature is only available if they login with game center? What have other developers done here?
Thanks in advance!