Notice
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 |
Tags
- jest
- url #querystring
- lightsail nodejs apache
- NPM
- 클로저
- TypeScript
- 객체참조 #객체
- OOP
- ESLint
- #cloudfront #s3 #html 확장자 없애기
- git pair
- 기후변화
- this
Archives
- Today
- Total
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
'flutter' 카테고리의 다른 글
| 플러터 - 아이폰 기기에서 개발자 모드로 앱 실행해보기 (1) | 2023.12.07 |
|---|---|
| 플러터 Dio url localhost 에러 관련 (0) | 2023.12.06 |
| Flutter current path (1) | 2023.12.06 |
| 플러터 iOS WebView 구글 로그인 403 Error (0) | 2023.10.16 |
Comments