line / line-sdk-starter-android-v2

A starter application that demonstrates how to use LINE SDK V2 for Android.
MIT License
35 stars 27 forks source link

Line login issue #8

Open kenshinzz opened 7 years ago

kenshinzz commented 7 years ago

when I login with line sdk android I've got white dialog "Error" "An unknow error occurred."

what is this error ?

what should I do now?

Everything in channel is all set and matched

I think line sdk for android is too much problem

mrmaakun commented 7 years ago

Hi @kenshinzz

This error occurs when you try to do App-to-App login and there are incorrect channel settings. It looks like you've already looked at the channel settings, but you should check the following items one last time:

If the problem occurs after checking the above items one last time, could you post more details about the problem? For example:

kenshinzz commented 7 years ago
mrmaakun commented 7 years ago

@kenshinzz

It looks you are trying to register multiple Android Package Names to your channel as a comma separated list. Each channel can only have one Android Package Name associated to it. SDK v3.1.19 probably worked because it was not strictly checking the value set in the Channel Console.

You should be able to log in if you change the package name in the Channel Console so that it only contains your SDK 4.0.5 application's package name.