Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Play Game Services - unable to sign in to Game Center

Things I've done so far:

  1. added and linked my app in the Dev Console (game services)

  2. included the App_id into my app/manifest

  3. added BaseGameActivity and GameHelper to my project (from GitHub)

  4. added the google-play-services library to my project

  5. extended BaseGameActivity

What is ee in log:

GameHelper: **** APP NOT CORRECTLY CONFIGURED TO USE GOOGLE PLAY GAME SERVICES
 GameHelper: **** This is usually caused by one of these reasons:
 GameHelper: **** (1) Your package name and certificate fingerprint do not match
 GameHelper: ****     the client ID you registered in Developer Console.
 GameHelper: **** (2) Your App ID was incorrectly entered.
 GameHelper: **** (3) Your game settings have not been published and you are 
 GameHelper: ****     trying to log in with an account that is not listed as
 GameHelper: ****     a test account.
  1. I took App_id from console, it's 100% correct.
  2. I'm trying to log in with an test account
  3. SHA1 and package name 100% correct.

How can i check where is the problem?

p.s. i see Client ID in console, looking like: 165***6-***.apps.googleusercontent.com

Should i use it?

like image 717
Suvitruf - Andrei Apanasik Avatar asked Dec 06 '13 09:12

Suvitruf - Andrei Apanasik


People also ask

How do I link my Google Play account to Game Center?

Sign In to Google Play Games Services using desired Gmail ID. 2. Launch the game in order to Sync current game progress with the Google Play Google Services ID. To Sync game progress across multiple Android devices, you need to Log-In to all devices using the same Google Play Google Services ID and then play the game.

Why can't I sign into Google Play Games?

Make sure you have updated your game to the latest version. Try clearing your cache by going to Settings > Application Manager > Google Play Services > Clear Data/Cache. Make sure that you are using the latest Google Play Services and Google Play Games versions by opening Google Play and visiting the My Apps menu.

How do I switch from Google Play to Game Center?

Just write a short message saying that you lost your account, XXX and you would like to link it to your current Game Center/Google Play account. After this, wait for a reply. When the Supercell support replies, be prepared for questions about your account. The questions that I got asked were: 1.


1 Answers

Take a look at our troubleshooting guide. It covers many common setup issues and in our experience it solves 80% of problems. Also, the previous sentence contains an arbitrary percentage.

like image 135
Bruno Oliveira Avatar answered Oct 21 '22 00:10

Bruno Oliveira