我是否需要拥有 Firebase 深度链接的域名才能将用户重定向到 Playstore 上的 flutter 应用程序?
因此,我使用文档和一些 YouTube 视频将 firebase 动态链接集成到我的应用程序中,尽管该链接无法在任何浏览器中打开,但它会显示“无法访问网站错误”,如果我安装了该应用程序,它就会打开。但是,如果未安装该应用程序,我希望它将用户带到 Playstore 上的我的应用程序,但它似乎没有这样做。我想知道我是否需要购买域名来解决此问题,或者我是否遗漏了某些内容。
So I integrated firebase dynamic links into my app using the docs alongside some youtube videos, and although the link doesn't open up in any browser, it shows "site can't be reached error" it opens up if i have the app installed. However if the app isn't installed, i want it to take the user to my app on playstore, but it doesn't seem to be doing that. I wanted to know if i needed to buy a domain to fix this issue or am i missing something.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无需购买域即可通过Firebase Deep Links开始运行。 Google将为您提供相关的项目.web.app(例如:my_example_project_name.web.app)域。
如果您浏览Firebase控制台内的动态链接构建器( https://console.fire.fire.google.com/ )您将获得选项,以选择单击链接时发生的情况。如果包装名称正确并且单击,则可以确保应用程序打开,然后可以在应用程序内处理。如果未下载该应用程序,您也可以勾选一个盒子,将我带到App Store。
You do not need to purchase a domain to get up and running with Firebase deep links. Google will provide you with a project related .web.app (For example: my_example_project_name.web.app) domain to use.
If you go through the dynamic link builder within the Firebase console (https://console.firebase.google.com/) you will be given options to select what happens when the link is clicked. If package names are correct and it is clicked you can ensure your app then opens, this can be dealt with in-app. You can also tick a box to say take me to the app store if the app is not downloaded.