본문 바로가기

GooglePlay

(3)
[Unity] GooglePlayGames 로그인 에러 해결 logcat 이용하여 디버깅 하는법 : https://dobby-the-house-elf.tistory.com/192 [Unity] 유니티 모바일 디버깅 방법 (adb logcat 사용법) 안드로이드 APK 로 빌드된 유니티 프로젝트를 logcat을 이용해서 디버깅 하는 법을 정리한 글 입니다. logcat은 adb의 기능 중 하나이고 adb는 안드로이드 sdk설치시 자동으로 설치됩니다. 목차 1. 유니티 안드로.. dobby-the-house-elf.tistory.com 1. 빌드가 안돼...... GooglePlayGames API 때문에 빌드가 안되는 경우는 별로 없었습니다. 제가 겪은 문제는 구글 패키지를 임폴트 한 뒤 바로 폴더를 이동 했을때 Play Servies Resolver가 제대로 작동..
[Unity] Google Play 로그인 에러 DllNotFoundException 종합본 : https://dobby-the-house-elf.tistory.com/202 [Unity] GooglePlayGames 로그인 에러 해결 logcat 이용하여 디버깅 하는법 : https://dobby-the-house-elf.tistory.com/192 [Unity] 유니티 모바일 디버깅 방법 (adb logcat 사용법) 안드로이드 APK 로 빌드된 유니티 프로젝트를 logcat을 이용해서 디버깅.. dobby-the-house-elf.tistory.com Google Play Console 로그인이 다음과 같은 에러 문구가 뜨며 오작동을 일으킬때. DllNotFoundException: Unable to load DLL 'gpg': The specified module could not..
Unity Android Google Play Authenticate ERROR (유니티 앱이 GooglePlay에 로그인 하지 못 할 때) 종합본 : https://dobby-the-house-elf.tistory.com/202 [Unity] GooglePlayGames 로그인 에러 해결 logcat 이용하여 디버깅 하는법 : https://dobby-the-house-elf.tistory.com/192 [Unity] 유니티 모바일 디버깅 방법 (adb logcat 사용법) 안드로이드 APK 로 빌드된 유니티 프로젝트를 logcat을 이용해서 디버깅.. dobby-the-house-elf.tistory.com 유니티 앱을 빌드 한 후에 코드에 문제가 없어도 GooglePlay 로그인이 안되는 경우가 종종 있다. 원인은 크게 3가지인데, 1. 유니티 프로젝트의 패키지 이름이 Google Play Console에 등록된 앱과 다를경우. 2. S..