Social Login on IOS - Issue with Apple

Ready to post? :mag: First, try searching for your answer.
When performing social login on IOS, we are using url_launcher package to launch the Auth0 /authorize url.

Everything works as expected, including the redirection_url back into our flutter app.

However, if the user of the iphone changes the default browser from Safari to Chrome, the redirect_url does not deeplink back into the app, rather the response socialk login response json is displayed in the browser app.

Is there any way to make this work?

Hi @alex50!

Welcome to the Auth0 Community!

I found this GitHub issue that may prove helpful: [url_launcher] Launching URLs breaks on iOS 14 with Chrome as default browser 路 Issue #65936 路 flutter/flutter 路 GitHub

This comment in particular provides a solution that seems to have helped many developers: [url_launcher] Launching URLs breaks on iOS 14 with Chrome as default browser 路 Issue #65936 路 flutter/flutter 路 GitHub

Please let me know if this resolves your issue!

Best,

Mary Beth