简体   繁体   中英

Firebase dynamic links (smartlink) is not redirecting to the custom url if app is not installed

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.

在此处输入图像描述

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM