기본 콘텐츠로 건너뛰기

10월, 2017의 게시물 표시

Android - [cordova-plugin-googleplus] 10 error solution !!

SHA1 지문을 등록하는것으로 해결된다. 아마 아래 설명한 case1, case2 는 매뉴얼대로 하다보면 진행하게될탠데 case3 가 생소할수있다 Android 앱 배포시점에 내가 가지고있는 keystore가 아니라, Android에서 keystore를 관리한다는 옵션을 선택하게 될경우 앱 배포시점에서 아래와같이 엉뚱한걸로 다시 앱서명이 발생한다. 따라서 저 지문들도 등록을 해줘야, 구글플러스에서 인증된 어플로 인식하고 로그인처리를 진행해주게 된다. --------------------------------------------------------------------------------------------- SHA1 fingerprint registration (지문) case1) android debug kestore SHA1 fingerprint keytool -exportcert -list -v -alias androiddebugkey -keystore %USERPROFILE%\.android\debug.keystore *** debug key password : android case2) android distribution keystore SHA1 fingerprint keytool -exportcert -list -v -alias {keystore_alias} -keystore {keystore_path} ★★★ case3) Signing an App Managed by Google Playling RESULT