Hi All,
I’m trying to implement Auth0 in my iOS Swift app.
I’m following the steps at: GitHub - auth0/Lock.swift: A Swift & iOS framework to authenticate using Auth0 and with a Native Look & Feel and Lock.swift but running into an error when trying to get the login window to present:
canOpenURL: failed for URL:
“org-appextension-feature-password-management://”
- error: “This app is not allowed to query for scheme
org-appextension-feature-password-management”
Any ideas where I am going wrong?
Thanks
Mathew