I am having trouble with handling deep links in my Flutter application. Specifically in IOS, I am using the app_links package to manage app links and open specific screens based on the URL. However, the app is not handling the deep links as expected within my app and other app’s deepLinks too.
Ps.basic Universal link behaviour is correctly working for me
what i want is just like android my IOS app should also navigate within my app through universal links which is not happening and is opening browser.
Just for Example: i want the same functionality as instagram where it can open its posts through its own deep links.
1