enableForcedRedirect in firebase dynamic links for IOS #6639
-
In IOS when I launch the dynamic link in the app I created when an app is installed it opens the app and when the app is not installed it launch fallbackUrl website of the app but I open at first preview page link but I wanna open directly the website I searched for it and there is enableForcedRedirect in swift package that can be true of false to open directly. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
this page that I have problem with it. |
Beta Was this translation helpful? Give feedback.
-
I solved it in DynamicLinkParameters there is navigationInfoParameters: NavigationInfoParameters( forcedRedirectEnabled: true), |
Beta Was this translation helpful? Give feedback.
I solved it in DynamicLinkParameters there is
navigationInfoParameters: NavigationInfoParameters( forcedRedirectEnabled: true),
this bypass page preview in ios.