Reputation: 1844
Currently I have a requirement in which I want to create a firebase smartlink where browser should redirect to a custom url instead of app or appstore when app is not installed in the device.
I believe it is isolated from the framework which we are using for frontend mobile app, in my case I am using flutter.
I am trying to add custom url as per below screenshot, there is field for it under "deeplink behaviour for apple". let me know if I am missing anything. I have also tried to create that link manually with the help of query parameters (ifl, ofl, afl) but that doesn't work too. Thank you in advance.
Upvotes: 3
Views: 2636
Reputation: 1844
Actually it was easy to identify the root cause, we just need to check Debug console in the Firebase dynamic link. Whitelisting of the custom url was missing. This is how I fixed the issue.
Upvotes: 3