-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOS: Missing Plugin Implementation #9
Comments
Hi, could you please try using |
Just tested it and It behaves the same |
Okay, crazy idea: Could you try with version exactly |
Its giving me the same error, so is it probably some setup that I'm doing wrong? |
It seems like something goes wrong on your side, yes. @AndreiRoze, you had tested this package successfully before. Was there something special you needed to do or did it just work out of the box? |
Library works correct, i can recheck it again on monday. For fix that issue try to:
If it's doesnt help, could you provide file |
Thanks for confirming! :) |
I have no idea what was the solution but it is now working in the version 1.0.0, didn't test the latest version yet |
i have the same issue :c dont work in ios |
Does 1.0.0 work for you? @Jenry94 |
don't work for me in any version, i cleaned , update pods, delete and add the plugin and dont work. Only in IOS. |
As already said, alas I cannot test on iOS myself. That's why I rely on fixes by other people in that regard. |
I recheck app from example with latest version of library, it's work correct. I use iPad with iOS 15.7(latest) If you can, please provide minimal reproducible code sample which doesn't work. |
@AndreiRoze Thank you very much for re-confirming this! I am sorry for letting you do all this work 😅 |
I tagged this PR as being part of |
I managed to find one reproducible case on iOS.
On Android, the same case causes to open a blank Android Custom Tab as expected and doesn't throw exception until closing Android Custom Tab which is also as expected. |
@rafalbednarczuk Thank you very much for the information! |
Describe the bug
When I authenticate to my custom backend in the iOS app, I get this error!
Error: MissingPluginException(No implementation found for method authenticate on channel flutter_web_auth_2)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should work
Device
Device: iPad Pro 9.7"
OS: iOS 15.0.2
flutter_web_auth_2 version: 1.1.2
Additional context
Maybe I am missing some documentation here but I followed everything in the readme
The text was updated successfully, but these errors were encountered: