본문 바로가기
Android/Tip

[안드로이드] keytool Certificate fingerprint 생성하기

by Jay Son 아기 냥이 해린 짱💖 2021. 10. 17.

keytool 위치 : C:\Program Files\Java\jre1.8.0_281\bin

명령어 프롬프트에 keytool 동작 하지 않을 경우 환경 변수 keytool 위치 추가

 

명령어 : keytool -list -v -alias key0 -keystore firebaseKey.jks

keytool -list -v -alias <your-key-name> -keystore <path-to-production-keystore>

 

참고 : https://developers.google.com/android/guides/client-auth

 

Authenticating Your Client  |  Google Play services  |  Google Developers

Google is committed to advancing racial equity for Black communities. See how. Authenticating Your Client Certain Google Play services (such as Google Sign-in and App Invites) require you to provide the SHA-1 of your signing certificate so we can create an

developers.google.com

 

반응형