구글 게임 플레이 서비스 디버깅
GPGS 디버깅 방법
For more information about OAuth 2.0 on Android, see Authenticating to OAuth2 Services. You should create two client IDs, one with the release certificate fingerprint and another with the debug certificate fingerprint. Make sure to use the same package name for both. This allows Google Play games services to recognize calls from your linked APKs that are signed with either certificate. For more information about certificate signing for Android, see Signing Your Application. You can add more than one Android app to the same game entry in Google Play Console. However, this should only be done if there are different versions of the same game (for example, the free version and the paid version). In this case, always list the paid version before the free version (or the full version before the demo/trial version). Do not link different games to the same project as this may cause incorrect behavior. Instead, create a separate game entry in the Google Play Console for each game that you publish. |
출처 : https://developers.google.com/games/services/console/enabling
GPGS디버깅 절차
V1, V2를 모두선택, Finish 선택
End of Documents
'개발이야기 > Android' 카테고리의 다른 글
Custom listview의 각 item에 animation 적용하기 (0) | 2018.12.13 |
---|---|
app의 강제종료로 인해 FCM cloud messaging 푸시를 받지 못하는 이유? (0) | 2018.09.12 |
[ConstraintLayout] 효과적인 ConstraintLayout 사용방법 (2) | 2018.04.22 |
[Instance app]설치 없이 네이티브앱의 사용경험을 제공할 수 있는 방법 (0) | 2018.04.22 |
구글 게임 플레이 서비스 디버깅 방법 (0) | 2017.09.12 |
안드로이드 HandlerThread 스레드 사용법 (1) | 2017.07.16 |
android targetsdkversion & minsdkversion (0) | 2017.07.16 |