- Home /
Cannot authenticate Game Center
Game Center just will not authenticate. When I write the code below, nothing happens.
Social.localUser.Authenticate ((bool success) => {
if (success) {
// show leaderboard UI
Social.ShowLeaderboardUI ();
}
});
If I write Social.ShowLeaderboardUI ();
on its own I get the error: Game Centre Unavailable - Player is not signed in. What am I doing wrong?
What is this; Google Play? $$anonymous$$ake sure you are signed in first.
Answer by Satany · Jun 16, 2015 at 05:43 AM
When you reject to sign in into Game Center three times it will never appear again. You should go to the Settings/Game Center and login manually into your account to make it work.
Your answer
Follow this Question
Related Questions
Unity Social Platform not working correctly? 0 Answers
How do I detect if the player returns from the GameCenter UI? 0 Answers
Prevous score value for leaderboard in GameCenter 0 Answers
Does Social.LoadScores report ALL scores on GameCenter? 1 Answer
GameCenterPlatform - Load leaderboards with custom parameters 1 Answer