简体   繁体   English

Firebase 邀请短信不可点击

[英]Firebase Invite SMS not clickable

NOTE: Firebase Invites is deprecated now & it is recommended to use Dynamic links - https://firebase.google.com/docs/invites/deprecation注意:Firebase Invites 现在已弃用,建议使用动态链接 - https://firebase.google.com/docs/invites/deprecation

This post is not valid anymore.这篇文章不再有效。

I tried to implement Firebase Invite following the docs: https://firebase.google.com/docs/invites/android我尝试按照文档实施 Firebase Invite: https ://firebase.google.com/docs/invites/android

The mail invite seem to work well, but the sms is not clickable and after copying the link and pasting it in browser, it is not opening playstore automatically!邮件邀请似乎工作正常,但短信无法点击,复制链接并粘贴到浏览器后,它不会自动打开 playstore!

Can anyone tell what I am doing wrong!谁能告诉我我做错了什么!

You need to set the Deep Link您需要设置深层链接

.setDeepLink(Uri.parse(getString(R.string.invitation_deep_link)))

Just put in any value, or use the Google Play link to your app.只需输入任何值,或使用您的应用的 Google Play 链接。

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

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