firebase Dynamic链接从Instagram访问时而不是打开应用
Firebase Dynamic Link在Instagram中单击链接时未打开应用程序,它将打开PlayStore,如果我使用WhatsApp,Chrome或消息应用程序访问相同的链接,它将打开应用程序并导航到我想要的特定位置。
已经在AndroidManifest文件中添加了Autoverify = true。
Firebase dynamic link is not opening the app when the link is clicked from the Instagram, it opens PlayStore while if I access the same link with WhatsApp, Chrome, or message app it opens the app and navigates to a specific location where I want.
Already added autoVerify=true in AndroidManifest file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您还需要添加主机和方案
在意图过滤器中,请在下面进行调查
或检查
https://develoder.android.com/training.com/training/app-epp-links/app-inp--链接
You need to add host and scheme also
in intent-filter Please refere below code
or check
https://developer.android.com/training/app-links/deep-linking