-
Notifications
You must be signed in to change notification settings - Fork 6
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
Windows App won't launch browser... callback URL issue #10
Comments
Same issue when I tested on Android: System.InvalidOperationException: You must subclass the |
Found this repository (same creator) that works in Android: |
Hello,
I have followed this code precisely. Maui app, targeting Android, iOS and Windows. All .Net7, latest OS on each.
This sets the callback:
I keep getting this error:
Cannot find much on editing the AppxManifest.xml file and no access to it in VS either unless I'm missing something.
Wonder if this might be a local Windows issue as I try run this on my local/dev machine.
EDIT: And in Android I get this:
One or more errors occurred. (You must subclass the WebAuthenticatorCallbackActivity and create an IntentFilter for it which matches your callbackUrl.)'
This sample I think needs to be expanded to include some of this info as there are obviously some new/additional steps missing. It is hard to keep up with the pace of change and moving technical targets, I realize that!
Thanks
The text was updated successfully, but these errors were encountered: