We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.34.1
v0.64.2
IOS
getProfile() 호출시 유저 데이터를 정상적으로 불러와야함
getProfile()
로그인시 토큰은 정상적으로 반환, 그러나 getProfile()시 유저 프로필 Object는 반환되나 모든 데이터가 null
null
user
nil
Api.swift
response
Emulator(iPhone 12), Real Device(iPhone 11 pro)
The text was updated successfully, but these errors were encountered:
혹시 이 문제 해결하셨나요 ?
Sorry, something went wrong.
@samslow actbase 카카오 로그인에선 에러가 안나서 이걸로 대체했습니다.
No branches or pull requests
Version of kakao-login libraries
v0.34.1
Version of react-native
v0.64.2
Platforms you faced the error (IOS or Android or both?)
IOS
Expected behavior
getProfile()
호출시 유저 데이터를 정상적으로 불러와야함Actual behavior
로그인시 토큰은 정상적으로 반환, 그러나
getProfile()
시 유저 프로필 Object는 반환되나 모든 데이터가null
getProfile()
에서user
를 프린트 해보면nil
로 표기됨Api.swift
에서 보여지는 로그상에선 유저 프로필 데이터가 정상적으로response
에 담겨있음Tested environment (Emulator? Real Device?)
Emulator(iPhone 12), Real Device(iPhone 11 pro)
The text was updated successfully, but these errors were encountered: