[버그] APP NOT CORRECTLY CONFIGURED TO USE GOOGLE PLAY GAME SERVICES
2020-02-18 01:09:43.567 4919-11220/? E/SignInAuthenticator: ****
**** APP NOT CORRECTLY CONFIGURED TO USE GOOGLE PLAY GAME SERVICES
**** This is usually caused by one of these reasons:
**** (1) Your package name and certificate fingerprint do not match
**** the client ID you registered in Developer Console.
**** (2) Your App ID was incorrectly entered.
**** (3) Your game settings have not been published and you are
**** trying to log in with an account that is not listed as
**** a test account.
****
**** To help you debug, here is the information about this app
**** Package name : 모자이크
**** Cert SHA1 fingerprint: 모자이크
**** App ID from manifest : 모자이크
****
**** Check that the above information matches your setup in
**** Developer Console. Also, check that you're logging in with the
**** right account (it should be listed in the Testers section if
**** your project is not yet published).
****
**** For more information, refer to the troubleshooting guide:
**** http://developers.google.com/games/services/android/troubleshooting
****
--------------------------------------------------------------------------------------
로그인 잘 되던게 구글콘솔(스토어) 등록하면서 갑자기 위와 같은 에러를 내면서 구글플레이게임 로그인이 안됨.
[해결방법]
1. 우선 구글 플레이 콘솔-My App-개발 도구-서비스 및 API-Google Play 게임 서비스-'Google Play 게임 서비스 활성화'를 해줘야 된다고 한다.
2. 1.에서 모든 셋팅을 다 하고, '게임 출시' 까지 한다.('게임 출시'라서 사람 헷갈리게 하는데 Google Play 게임 서비스 출시이다. 앱 출시가 아님)
3. '구글 API 콘솔'(https://console.developers.google.com)로 이동해서 API 및 서비스-사용자 인증 정보-OAuth 2.0 클라이언트 ID-My App 클릭
4. 구글 API 콘솔 SHA-1과, 구글 플레이 콘솔-앱 서명-업로드 인증서 SHA-1이 같은지 확인
(KeyStore를 업로드 했다면 콘솔의 업로드 인증서 SHA-1과 KeyStore SHA-1이 같아야 함)
5. 3.의 구글 API 콘솔에 등록된 SHA-1이 업로드 인증서 SHA-1과 다르다면 업로드 인증서 SHA-1으로 입력해서 저장.
6. 앱에서 정상 로그인 확인.
P.s. 나의 케이스이니 참조만 하세요.
[참조1] http://devkorea.co.kr/bbs/board.php?bo_table=m03_qna&wr_id=47275
'Unity3D > Android' 카테고리의 다른 글
[Android] 유니티 퍼미션 체크(Unity Permission Check) (0) | 2020.07.07 |
---|---|
[Error] Stopped polling job due to exception: System.NullReferenceException: Object reference not set to an instance of an object (0) | 2020.07.01 |
[펌] Android App Bundle(AAB) 빌드하기 (0) | 2020.02.11 |
[펌] Android Cannot fit requested classes in a single dex file. 해결 방법 (0) | 2020.01.30 |
[펌][Unity] Keystore 생성 (0) | 2020.01.17 |