简体   繁体   English

如果未安装应用程序,Firebase 动态链接(智能链接)不会重定向到自定义 url

[英]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.目前我有一个要求,我想创建一个 firebase 智能链接,当设备中未安装应用程序时,浏览器应重定向到自定义 url 而不是应用程序或应用程序商店。

I believe it is isolated from the framework which we are using for frontend mobile app, in my case I am using flutter.我相信它与我们用于前端移动应用程序的框架是隔离的,在我的例子中,我使用的是 flutter。

I am trying to add custom url as per below screenshot, there is field for it under "deeplink behaviour for apple".我正在尝试按照下面的屏幕截图添加自定义 url,在“苹果的深层链接行为”下有一个字段。 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.我还尝试在查询参数(ifl、ofl、afl)的帮助下手动创建该链接,但这也不起作用。 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.其实很容易找出根本原因,我们只需要检查 Firebase 动态链接中的 Debug console。 Whitelisting of the custom url was missing.缺少自定义 url 的白名单。 This is how I fixed the issue.这就是我解决问题的方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Flutter firebase 动态链接在应用程序上处理 url 时使用自定义参数自定义链接 - Flutter firebase dynamic links customise link with custom params when handling url on the app Firebase 动态链接短 url 信息是否公开? - Are Firebase dynamic links short url info exposable? Firebase 短动态链接 URL 未按预期工作 - Firebase Dynamic Links Short URL not working as expected Firebase 动态链接总是打开应用商店 - Firebase dynamic links always opens app store firebase 条带中的动态链接抛出 err_unknown_url_scheme - firebase dynamic links in stripe throws err_unknown_url_scheme Firebase 动态链接无法在 iOS 11.3.1 上安装应用程序 - Firebase Dynamic Links do not survive app install on iOS 11.3.1 Android:Firebase 动态链接在打开应用程序之前先打开浏览器 - Android: Firebase Dynamic Links open browser first before opening app Firebase 动态链接是新安装后的 null,但安装后运行良好 - Firebase dynamic links are null after new install, but work well when installed 使用 Firebase 重定向 URL 动态/深层链接正在丢失查询参数 - Redirect URL using Firebase Dynamic / Deep Links is losing query parameters Firebase 未安装应用程序的动态链接 - Firebase dynamic link for not installed application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM