简体   繁体   English

Deeplink:如何在未安装应用程序而不是 Playstore 时将用户重定向到网站

[英]Deeplink: How to redirect user to a website when app is not installed instead of playstore

How do we simulate this behaviour?我们如何模拟这种行为?

When the app is installed -> redirect to the app
When not installed -> Redirect to some webpage.

If the app is not installed, the default behaviour is redirecting the user to the play store (Using Google's dynamic link).如果未安装应用程序,则默认行为是将用户重定向到 Play 商店(使用 Google 的动态链接)。

Is it possible to do it via Google's dynamic link?是否可以通过谷歌的动态链接来做到这一点?

I was able to solve this problem.我能够解决这个问题。 There are two fields: androidFallbackLink and iosFallbackLink in google dynamic links for this exact issue.谷歌动态链接中有两个字段: androidFallbackLinkiosFallbackLink用于这个确切的问题。 Attaching the documentation link for the same: https://firebase.google.com/docs/reference/dynamic-links/link-shortener附上相同的文档链接: https://firebase.google.com/docs/reference/dynamic-links/link-shortener

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

相关问题 付款后如何将用户重定向回应用程序? - How to redirect user back to the app after payment? 当都安装在 kubernetes 中时,如何在节点 js 中使用用户 jaeger? - How to use user jaeger in node js when both installed in kubernetes? Express APP如何将用户从服务器端重定向到/:id路径 - Express APP how to redirect user to /:id path from server side 如何在用户更新订阅条时设置重定向链接 - how to set redirect link for when user updates subscription stripe 会话令牌过期后如何将用户重定向到登录页面? - How to redirect user to login page when session token expired? 当用户使用passportjs成功登录时如何重定向reactjs中的页面 - How to Redirect pages in reactjs when user succesfully logs in using passportjs PM2-其他用户安装pm2后如何访问命令 - PM2 - How to access commands when other user installed pm2 当用户安装我的 TypeScript 模块时,如何让 `npm install` 将其编译为 JS? - How do I get `npm install` to compile my TypeScript module into JS when it is installed by a user? 将现有网站链接重定向到应用 expo 反应原生 - Redirect existing website link to app expo react native 如何将用户重定向到另一个页面? - How to redirect user to another page?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM