Flutter IOS deep links

This thread has been locked by a moderator; it no longer accepts new replies.

Hello all,

I am building a simple Flutter app, and I want to support entering the app through an email.

I have used flutter deep links on android and all works well, but for some reason on IOS it doesnt.

What I have achieved: When clicking the link I do get navigated into the app, but I get navigated to whatever the last screen was, regardless of the path in the URL. Furthermore, the logical code inside the app doesnt seem to run either - no logs are printed etc.

I have even tried following the flutter tutorial at https://docs.flutter.dev/cookbook/navigation/set-up-universal-links to the letter, and it doesnt work

I am using: Flutter 3.22.3 Go Router 14.2.7

Thanks in advance

Boost

Duplicate; link to original

Flutter IOS deep links
 
 
Q