블로그 이미지
Every unexpected event is a path to learning for you.

카테고리

분류 전체보기 (2737)
Unity3D (817)
Programming (474)
Server (33)
Unreal (4)
Gamebryo (56)
Tip & Tech (228)
협업 (58)
3DS Max (3)
Game (12)
Utility (136)
Etc (96)
Link (32)
Portfolio (19)
Subject (90)
iOS,OSX (53)
Android (14)
Linux (5)
잉여 프로젝트 (2)
게임이야기 (3)
Memories (20)
Interest (38)
Thinking (38)
한글 (30)
PaperCraft (5)
Animation (408)
Wallpaper (2)
재테크 (18)
Exercise (3)
나만의 맛집 (3)
냥이 (10)
육아 (16)
Total
Today
Yesterday
04-29 00:03

[링크] https://kwonsaw.tistory.com/1227

 

[Android] 구글 플레이 콘솔 com.google.android.gms:play-services-safetynet 해결 방법

얼마 전 안드로이드 스튜디오 프로젝트를 업로드하는데 구글 플레이 콘솔 메시지 창에 다음과 같은 경고가 발생했습니다. com.google.android.gms:play-services-safetynet SDK 개발자의 보고 내용은 다음과

kwonsaw.tistory.com

 

[참조] https://stackoverflow.com/questions/73028990/play-store-warning-play-services-safetynet-com-google-android-gmsplay-servic

 

Play Store Warning : play-services-safetynet (com.google.android.gms:play-services-safetynet) has reported critical issues with

I got this warning from play store when I was trying to update my Flutter on play store. The developer of play-services-safetynet (com.google.android.gms:play-services-safetynet) has reported criti...

stackoverflow.com

 

[참조2] https://github.com/firebase/firebase-android-sdk/issues/3890

 

How can I handle this warning?(com.google.android.gms:play-services-safetynet:17.0.0) · Issue #3890 · firebase/firebase-androi

[READ] Step 1: Are you in the right place? [REQUIRED] Step 2: Describe your environment Android Studio version: 2021.2.1 Patch 1 Firebase Component: implementation platform("com.google.firebas...

github.com

 

반응형
Posted by blueasa
, |

Unity 2021.3.14f1

Advertisement 3.7.5(자동설치 된 듯)

 

---

구글스토어에 앱 출시하고나니 아래와 같은 경고가 뜬다.

 

 

Unity-Package Manager에서 확인해보니 'Advertisement'가 있고, 아래에 'Advertisement with Mediation'이 또 있다.

(Advertisement를 일부러 설치하진 않았었는데 설치돼 있는거보니 기존에 설치된 정보가 남아서 계속 유지되고 있었나보다.)

 

경고 메시지는 4.0.1 이상으로 올리라는데

기존 Advertisement는 3.7.5에서 더이상 업데이트가 안되는거 보니 Legacy로 처리하고 더이상 안쓰나보다.

 

[해결]

UnityAds를 쓴다면 Advertisement를 지우고, Advertisement with Mediation을 쓰면 될 것 같은데..

난 UnityAds를 안쓰고 Admob을 쓰니 그냥 Advertisement를 Uninstall만 했다.

 

 

[참조] https://gall.dcinside.com/mgallery/board/view/?id=game_dev&no=103736 

 

앱에 규정을 준수하지 않는 SDK 정책 - 인디 게임 개발 마이너 갤러리

개인 정보 또는 민감한 정보를 수집하면서도 Advertising ID, Android ID 식별자로 제한되지 않는 com.unity3d.ads:unity-ads SDK 또는 라이브러리 중 하나가 사용하는 SDK가 포함

gall.dcinside.com

 

반응형
Posted by blueasa
, |

Unity 2021.3.14f1

Firebase 9.6.0

 

----

FirebaseAuth를 사용해서 Google/Facebook/Apple/Guest 로그인을 사용 중..

 

[버그]

개발중에 직접 빌드한 앱이 Android에서 'Google 로그인'이 정상적으로 되는데,

출시하면서 'Google 스토어'에서 받은 앱에서 'Google 로그인'이 실패함.

 

[원인]

확인해보니 직접 만든 Keystore 인증키(SHA-1)는 'Google API 콘솔'에 정상적으로 등록돼 있는데,

'구글 스토어'의 인증키(SHA-1)는 '구글 API 콘솔'에 등록안되고 빠져 있다.

 

[해결]

'구글 스토어'의 인증키(SHA-1)를 '구글 API 콘솔'에 추가 등록 함

 

- 'Google Play Console-해당 앱-설정-앱 무결성-앱 서명'으로 가기

[앱 서명 키 인증서 위치]

구글 플레이 콘솔-앱 하위 메뉴

 

- '앱 서명 키 인증서(구글스토어)'를 'Google API 콘솔'에 등록해 주자

'앱 서명 키 인증서'(구글스토어) / '업로드 키 인증서'(업로드 한 Keystore)

 

[참조] https://blueasa.tistory.com/2425

 

[버그] 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 ***

blueasa.tistory.com

 

반응형
Posted by blueasa
, |