Given the changes, we followed the guidance in the Auth0.swift documentation to add associated domains, configure our team ID and bundle ID in the Auth0 dashboard, and add the useHttps() line to the swift code.
The first bit of feedback is that the documentation doesn’t mention updating provisioning profiles to include the associated-domains entitlement. It should.
After doing that, we managed to get it working when running the app on device. But it doesn’t work on the simulator at all, despite the documentation suggesting that it should.
I’d like to confirm if running on the simulator is at all possible. Has anyone managed this? When we try to run on the simulator now, we just get a blank web view that makes the entire app unresponsive. No error logs. Not an ideal experience, even if we have made a mistake with the configuration somewhere.