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

ios13에서 로그인 오류 #16

Closed UnCheon closed 4 years ago

UnCheon commented 4 years ago

ios13에서 앱설치되어있는 경우 오류가 발생합니다

UnCheon commented 4 years ago

로그인이 되지 않습니다 ㅜㅜ 확인 부탁드려요

JosephNK commented 4 years ago

@UnCheon 아 답변이 늦었네요... 네 확인해보도록 하겠습니다.

UnCheon commented 4 years ago

@JosephNK 감사합니다!

JosephNK commented 4 years ago

@UnCheon 확인중인데.. 오류가 발생하지 않는데... 어떤 오류가 발생하는건가요? 그리고 flutter 버전은 어떻게 되시나요?

JosephNK commented 4 years ago

@UnCheon 프로젝트에서 ios에 info.plist에...

<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>remote-notification</string>
</array>

이 부분도 추가 해보시길 바랍니다.

JosephNK commented 4 years ago
- (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<NSString *,id> *)options {
    if ([KOSession isKakaoAccountLoginCallback:url]) {
        return [KOSession handleOpenURL:url];
    }
}

프로젝트 iOS AppDelegate.m에 설정 하면 해결 된다고 하네요. https://developers.kakao.com/docs/ios/user-management