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
Hi.
My redicrect URL is custom sheme: ://callback
It is not https.
I tested it on Android device and it works fine.
But when I run it on IOS device, the following error appears:
MissingPluginException(No implementation found for method authenticate on channel flutter_web_auth_2)
I'm not sure if I'm missing any config.
Minimal Reproduction
Steps to reproduce the behaviour:
Use the following code:
final result =awaitFlutterWebAuth2.authenticate(
url: state.url,
callbackUrlScheme:'<mycustomscheme>',
);
Just call function in step 1.
Exception or Error
MissingPluginException(No implementation found for method authenticate on channel flutter_web_auth_2)
Expected Behaviour
Open brower
Screenshots
No response
Additional context
No response
Device
Iphone 11
OS
IOS 16.6.1
Browser
Chrome
Flutter version
3.24.5
flutter_web_auth_2 version
4.0.2
Checklist
I have read and followed the entiretroubleshooting guide and it has not provided the solution I need.
I have provided all the information I can.
The text was updated successfully, but these errors were encountered:
Description
Hi.
My redicrect URL is custom sheme: ://callback
It is not https.
I tested it on Android device and it works fine.
But when I run it on IOS device, the following error appears:
MissingPluginException(No implementation found for method authenticate on channel flutter_web_auth_2)
I'm not sure if I'm missing any config.
Minimal Reproduction
Steps to reproduce the behaviour:
Exception or Error
MissingPluginException(No implementation found for method authenticate on channel flutter_web_auth_2)
Expected Behaviour
Open brower
Screenshots
No response
Additional context
No response
Device
Iphone 11
OS
IOS 16.6.1
Browser
Chrome
Flutter version
3.24.5
flutter_web_auth_2 version
4.0.2
Checklist
The text was updated successfully, but these errors were encountered: