Skip to content
New issue

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

Kakaotalk typo issue (rawData -> rawata) #38

Open
KimDaeWook opened this issue Oct 6, 2019 · 2 comments
Open

Kakaotalk typo issue (rawData -> rawata) #38

KimDaeWook opened this issue Oct 6, 2019 · 2 comments

Comments

@KimDaeWook
Copy link

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.

@KimDaeWook
Copy link
Author

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;

@lisafangli520
Copy link

亲,我们这边检查了,没有这个问题哦,您这边是不是用的版本是比较旧的呢,建议更新到我们最新的版本呢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants