카카오 링크 오류 iOS

// 카카오링크 실행
NSURL *url = [NSURL URLWithString:@"https://developers.kakao.com"];

[[KLKTalkLinkCenter sharedCenter] sendScrapWithURL:URL success:^(NSDictionary<NSString *,NSString *> * _Nullable warningMsg, NSDictionary<NSString *,NSString *> * _Nullable argumentMsg) {
    // 성공
    ...
} failure:^(NSError * _Nonnull error) {
    // 에러
    ...
}];

카카오톡 링크 구현 후 동작 시 아래 문구가 뜨면서 카카오톡으로으 이동이 되지 않는데요. 버전 iOS11.2 입니다.
해결 방법을 알고 싶습니다.
[BoringSSL] Function boringssl_session_errorlog: line 2871 [boringssl_session_read] SSL_ERROR_ZERO_RETURN(6): operation failed because the connection was cleanly shut down with a close_notify alert

1개의 좋아요