Ошибка входа в Google Play Games.(Сервисы Google Play) - PullRequest
0 голосов
/ 11 февраля 2019

Приложение загружается в консоль разработчика.Приложение опубликовано во внутреннем тестировании.Группа с тестерами активирована.Настройки опубликованы, службы опубликованы.

Ключ SHA1 из Game Maker Studio 2 был скопирован на консоль при загрузке приложения.

В игре для проверки авторизации отображается имя игрокана экране (PlayerName = async_load [? "Name"]; по умолчанию "Anon").При запуске игры отображается заставка Google Play Games.Я выбираю свой аккаунт.Загрузка (вращающийся круг).После загрузки имя игрока меняется на «Не авторизован».

Мой файл журнала: https://pastebin.com/c87680ua

Выдержка из журнала:

3221 8167 E SignInAuthenticator: **** APP NOT CORRECTLY CONFIGURED TO USE GOOGLE PLAY GAME SERVICES
3221 8167 E SignInAuthenticator: **** This is usually caused by one of these reasons:
3221 8167 E SignInAuthenticator: **** (1) Your package name and certificate fingerprint do not match
3221 8167 E SignInAuthenticator: **** the client ID you registered in Developer Console.
3221 8167 E SignInAuthenticator: **** (2) Your App ID was incorrectly entered.
3221 8167 E SignInAuthenticator: **** (3) Your game settings have not been published and you are 
3221 8167 E SignInAuthenticator: **** trying to log in with an account that is not listed as
3221 8167 E SignInAuthenticator: **** a test account.
3221 8167 E SignInAuthenticator: ****
3221 8167 E SignInAuthenticator: **** To help you debug, here is the information about this app
3221 8167 E SignInAuthenticator: **** Package name : com.***.***
3221 8167 E SignInAuthenticator: **** Cert SHA1 fingerprint: 4F********D0
3221 8167 E SignInAuthenticator: **** App ID from manifest : 51*******38
3221 8167 E SignInAuthenticator: ****
3221 8167 E SignInAuthenticator: **** Check that the above information matches your setup in 
3221 8167 E SignInAuthenticator: **** Developer Console. Also, check that you're logging in with the
3221 8167 E SignInAuthenticator: **** right account (it should be listed in the Testers section if
3221 8167 E SignInAuthenticator: **** your project is not yet published).
3221 8167 E SignInAuthenticator: ****
3221 8167 E SignInAuthenticator: **** For more information, refer to the troubleshooting guide:

ВСначала подумал, что проблема в SHA1.Позже отказались от этой идеи.Идентификатор приложения правильный.

PS Покупки внутри приложения работают успешно

ОБНОВЛЕНИЕ:

Еще раз проверил ключ.Заменено (согласно этому руководству - http://forum.hellroom.ru/index.php?topic=25526.msg315187). Ситуация в целом не изменилась, но журнал изменился! «Ошибка», приведенная в вопросе выше, исчезла. Правда разобраться в ситуации не стало легче.Вы можете помочь? Вот журнал: https://pastebin.com/CX9xG9nW

Единственное, что я обнаружил:

02-13 19:36:45.722 13302 13302 I yoyo    : Login failed! Exception:  com.google.android.gms.common.api.ApiException: 8: 

Журнал с не тихим логином: https://pastebin.com/f81qFwKM

1 Ответ

0 голосов
/ 13 февраля 2019

В вашем первом журнале упоминается ошибка конфигурации.

APP NOT CORRECTLY CONFIGURED TO USE GOOGLE PLAY GAME SERVICES

Если вы используете Google App Signing, вы должны использовать SHA1 из App Sign Certificato, а не из Upload Certificate.

Ошибка входа в Google com.google.android.gms.common.api.ApiException: 10:

Этот пост поможет вам, возможно

...