llfbandit / app_links

Android App Links, Deep Links, iOs Universal Links and Custom URL schemes handler for Flutter.
https://pub.dev/packages/app_links
Apache License 2.0
176 stars 68 forks source link

app_links / firebase_auth hard crash on custom URL scheme from cold boot #79

Closed rhamnett closed 8 months ago

rhamnett commented 8 months ago

flutter_test_app.zip

Open the project. Run in simulator, kill the app in simulator, Run xcrun simctl openurl booted m1nte://test in the command line ----CRASH----

Comment out app_links in pubspec.yaml Run in simulator, kill the app in simulator, Run xcrun simctl openurl booted m1nte://test in the command line ----NO CRASH----

This is seriously affecting my live App so I would appreciate an escalation if possible.

Thanks a lot

rhamnett commented 8 months ago

I have replicated this issue with uni_links so closing this issue as it seems to be firebase related