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
When i try to social login with kakaotalk, and call to GetUserInfo. i received NULL message.
i debugged few miniutes, i found some typo issue.
(rawData -> rawata) /ShareSDK/Editor/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Kakao.mobjs
please check.
The text was updated successfully, but these errors were encountered:
And I used the following code temporarily to solve the issue.
NSDictionary* rawData = [user rawData]; // FOR KAKAOTALK TYPO ISSUE TEMPORARY FIX if(rawData == nil) rawData = [[user dictionaryValue] objectForKey:@"rawata"]; NSMutableDictionary *userData = rawData.mutableCopy; userData[@"credential"] = [[user credential] rawData]; resultDict[@"res"] = userData;
Sorry, something went wrong.
亲,我们这边检查了,没有这个问题哦,您这边是不是用的版本是比较旧的呢,建议更新到我们最新的版本呢!
No branches or pull requests
When i try to social login with kakaotalk, and call to GetUserInfo.
i received NULL message.
i debugged few miniutes, i found some typo issue.
(rawData -> rawata)
/ShareSDK/Editor/SDK/ShareSDK/Support/Required/ShareSDK.bundle/ScriptCore/platforms/Kakao.mobjs
please check.
The text was updated successfully, but these errors were encountered: