You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val authParams = LineAuthenticationParams.Builder()
.scopes(listOf(Scope.PROFILE, Scope.OPENID_CONNECT, Scope.OC_EMAIL))
.build()
val intent = LineLoginApi.getLoginIntent(context, "mychannelId", authParams)
The issue happens only to some users, in most cases it works fine. Happens on different devices and Android version, we couldn't find any relation between them.
Line SDK version: 5.10.0
Android Studio version: Android Studio Iguana | 2023.2.1
Happens on different devices and android versions. Highest Android version of reported crash is Android 13.
The text was updated successfully, but these errors were encountered:
What did you do?
Tried to create login intent:
The issue happens only to some users, in most cases it works fine. Happens on different devices and Android version, we couldn't find any relation between them.
What did you expect?
Intent created properly
What happened actually?
Exception is thrown
Your environment?
Line SDK version: 5.10.0
Android Studio version: Android Studio Iguana | 2023.2.1
Happens on different devices and android versions. Highest Android version of reported crash is Android 13.
The text was updated successfully, but these errors were encountered: