Hello World...

플러터 카카오로그인 윈도우 invalid android_key_hash or ios_bundle_id or web_site_url 본문

flutter

플러터 카카오로그인 윈도우 invalid android_key_hash or ios_bundle_id or web_site_url

FaustK 2024. 1. 6. 15:04

 

키 해시 관련 에러가 발생하였는데 아래 명령어로 확인 후 한번에 해결이 되었다.

keytool -exportcert -alias androiddebugkey -keystore  ~/.android/debug.keystore -storepass android -keypass android | openssl sha1 -binary | openssl base64

 

https://dev-in-gym.tistory.com/68

 

카카오 로그인에러 AUTHORIZATION_FAILED: invalid android_key_hash or ios_bundle_id or web_site_url

Modern Collection View 와 MVVM 패턴 가이드 [iOS] Modern Collection View & MVVM 패턴 가이드 - 인프런 | 강의 MVVM 패턴과 Modern Collection View를 사용해 네트워킹을 구현하고, 다양하고 동적인 Collection View를 자유자

dev-in-gym.tistory.com

 

Comments