Wei Wang
Wei Wang
Only users on this list are allowed to use your channel while it is under development. After you mark the channel to be published, all LINE users can login to...
If the user does not yet log in the LINE iOS app, then it is the expected behavior: LINE app recognize the auth request from the LINE SDK and try...
@tuyen3962 Ummm, thanks for the explanation. I will record this and start a discussion with the team to see if we can improve it. But since it is already a...
Sorry for the delay of syncing up. With discussion of the team, we think the current behavior is expected and there is no plan to make a change for it...
Ummm. Seems to be a verification error for the ID token. I would suggest you to check whether the device time is correct synced with a time server or set...
@OussemaZaier Hi, thanks for reporting this. May I know does this issue only happen on iOS or Android, or does it happen on both? Usually, if you are still under...
Ummm, that does not sound good. I just had a try with the flutter SDK and our example app, and seems every thing goes fine. So it might be a...
@OussemaZaier We checked the log and seems your channel works fine. There were indeed some 403 events left (although I am not sure if these were login attempts of yours)...
@mackbex I apologize for the late response! It's very strange... The entire LINE SDK project (including both the native SDK and this Flutter SDK) should be designed based on v2.1...
This is basically an OOM. Please check if you have loaded to many images (especially huge resolution images). If so, I would suggest try to use a [downsampling processor](https://swiftpackageindex.com/onevcat/kingfisher/8.0.0-alpha.3/documentation/kingfisher/topic_performancetips#Downsampling-the-excessively-high-resolution-images).