-
Notifications
You must be signed in to change notification settings - Fork 228
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
Auth0 webAuth not working on iOS 18 #871
Comments
@PedrinhoDS, Can you share a video recording of it ? |
@desusai7 sure, this build is from Xcode 16, but I also faced the same issue when I ran from Xcode 15.4 Simulator.Screen.Recording.-.iPhone.16.Pro.-.2024-09-18.at.13.17.36.mp4 |
@PedrinhoDS, were you facing this issue on a real device as well ? We had also observed minor ui inconsistency issues happening only on simulator. And were you using any new options in safari like |
So, I just tested it on a physical device (iPhone 14 Pro Max), and it worked as expected. Regarding the new options in Safari, I'm using a fresh simulator; I didn't change any configuration there |
I see, can you check if this issue is happening for you on simulator when using You can follow the steps here on how to configure |
Just got this crash and it may have something that may be helpful for you.
|
@PedrinhoDS, Can you share the steps to reproduce this crash, and did this crash happen on simulator ? |
So, I just built the app with this configuration and opened the web auth dialog, as soon the dialog loads, I get the crash
And the crash happens only on the simulator |
Do you have associated domains configured and was this issue happening for you on real device as well ? |
Yes, I do have associated domains configured, and no, its only happening on simulators |
The issue seems to be something related to simulators running on iOS 18, we will investigate this, thank you for reporting this and sharing all the information swiftly. |
Hi, I have the same issue on iOS 18 simulator with the Flutter package. Everything is fine on the same simulator device, iOS 17.5. |
Hello, I'm having a similar issue on the iOS 18 simulator with the React Native Package. Everything is fine on a real device and/or an older iOS version. Once a webauth session is initiated, this is the login screen... After some time, the actual Macbook reports that the SafariViewService has exited. Thanks. Happy to provide more information if that would be helpful! |
I too am running across this issue. The only work around is to disable my local VPN. This is happening when I am on Xcode 16, not 15.1. |
Hello, I am having the same issue, |
@desusai7 Is there an update to this issue? |
Checklist
Description
WebAuth has stopped working on iOS 18. The web modal displays correctly the first time, but when attempting to authenticate, an error appears. Upon reopening, the CSS appears to be broken.
Reproduction
Launch Auth0.webauth() to a device with iOS 18
Additional context
No response
Auth0.swift version
2.8.0
Platform
iOS
Platform version(s)
18
Xcode version
15 and 16
Package manager
Swift Package Manager
The text was updated successfully, but these errors were encountered: