yoonjaepark / flutter_naver_login

A Flutter plugin for Naver Sign In.
BSD 2-Clause "Simplified" License
46 stars 69 forks source link

SDK 초기화가 필요합니다 #89

Open islom9797 opened 1 year ago

islom9797 commented 1 year ago

안녕하세요 우리 개발했던 user에서 네이버 로그인 시 "SDK 초기화가 필요합니다" 라는 오류가 발생하고 있습니다. 혹시 이 오류 네이버 sdk 쪽에서 보여 주는 오류시나요? Hello I have some problem user which use our application I know Korean but I think it may be not enough That why I will add my question in English In user showing this error : "SDK 초기화가 필요합니다" Can you check this error in out app do not have type of this issue Regard HappyDeveloper

Flutter 버전 입니다 [✓] Flutter (Channel stable, 3.3.10, on macOS 13.2.1 22D68 darwin-x64, locale ru-KR) [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.2) [✓] Xcode - develop for iOS and macOS (Xcode 14.2) [✓] Chrome - develop for the web [✓] Android Studio (version 2022.1) [✓] Connected device (2 available) [✓] HTTP Host Availability

peonani-jj commented 1 year ago

저도 이 문제를 겪고 있다가 해결했습니다. 네이버 SDK에서 보여 주는 오류는 맞지만, flutter_naver_login 라이브러리의 Kotlin 코드를 수정하여 해결할 수 있습니다. https://github.com/peonani-jj/flutter_naver_login/commit/e0d8b1ec184d15446898557dd28c3ef97c3f231d 여기를 참조하시면 될 것 같습니다. @kghoon 님 코드를 참조했습니다.