JosephNK / flutter_kakao_login

A Flutter plugin for using the native Kakao Login SDKs on Android and iOS.
BSD 2-Clause "Simplified" License
35 stars 15 forks source link

KakaoAccountResult.account 의 값이 null입니다.. #39

Closed LOCKEDFILE closed 3 years ago

LOCKEDFILE commented 3 years ago
KakaoLoginResult result = await kakaoSignIn.logIn();
final KakaoAccountResult account = result.account;

를 하였을 때, account.userID를 제외한 모든 값들이 null입니다..

혹시 추가적으로 설정해야 할 부분이 있을까요??

15

LOCKEDFILE commented 3 years ago

아 깨달았습니다..

KuldeepVagadiya commented 3 years ago

@LOCKEDFILE 안녕하세요, 계정 데이터를받지 못하는 것과 같은 문제가 있습니다.이 문제를 해결하는 방법을 알려주세요. 즐거운 하루 되세요.