line / flutter_line_sdk

A Flutter plugin that lets developers access LINE's native SDKs in Flutter apps with Dart.
https://developers.line.biz/
Apache License 2.0
213 stars 43 forks source link

Cancel / OK Button Event #96

Closed PANGSHENGFENG69 closed 7 months ago

PANGSHENGFENG69 commented 7 months ago

(PHYSICAL PHONE) - Iphone 11 I am facing PlatformException(3003, User cancelled or interrupted the login process., [:], null) after tapped "OK" Button,Why? And it shouldnt be same event when tapped "Cancel" Button.

(Iphone 11 Simulator) When tapped Both button ("OK" / "Cancel") , It will not have any event, just stuck

Please help me !

messageImage_1709706889647 messageImage_1709706896426

onevcat commented 7 months ago

Hi,

Usually it is because the open URL event is not correctly handled.

Do you know whether you are using the legacy "single window based app" or the new "window scene based app"?

Or, may I know the Flutter version you are using?

PANGSHENGFENG69 commented 7 months ago

Hi,

Usually it is because the open URL event is not correctly handled.

Do you know whether you are using the legacy "single window based app" or the new "window scene based app"?

Or, may I know the Flutter version you are using?

Hi , I had no experiences about the "single window based app" or the new "window scene based app"

Im using Flutter 3.16.5 • channel stable • https://github.com/flutter/flutter.git Framework • revision 78666c8dc5 (3 months ago) • 2023-12-19 16:14:14 -0800 Engine • revision 3f3e560236 Tools • Dart 3.2.3 • DevTools 2.28.4

PANGSHENGFENG69 commented 7 months ago

Hi,

Usually it is because the open URL event is not correctly handled.

Do you know whether you are using the legacy "single window based app" or the new "window scene based app"?

Or, may I know the Flutter version you are using?

Also, did you mean the "line3rdp${MY BUNDLE ID}" is incorrected?