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

#48 fix android get current token null issue #49

Merged
merged 2 commits into from
Feb 10, 2023

Conversation

plateaukao
Copy link
Member

@plateaukao plateaukao commented Feb 9, 2023

This fixes #48

Issue

When calling LineSDK.Instance.CurrentAccessToken, it will cause exception.

Solution

return empty string if token is not available from LINE SDK.

@CLAassistant
Copy link

CLAassistant commented Feb 9, 2023

CLA assistant check
All committers have signed the CLA.

@onevcat
Copy link
Member

onevcat commented Feb 9, 2023

LGTM!

Can you also compile the line-sdk-unity-wrapper-release.aar and contain the new version in the PR? It should be located under the Assets/Plugins/Android folder.

@onevcat
Copy link
Member

onevcat commented Feb 10, 2023

LGTM and I can confirm this fix! Thank you.

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

Successfully merging this pull request may close these issues.

LineSDK.Instance.CurrentAccessToken throws an exception on Android.
3 participants