gpt4 book ai didi

android - 如何使用 Applinks 将用户重定向到应用程序的详细信息页面?

转载 作者:太空狗 更新时间:2023-10-29 14:59:14 27 4
gpt4 key购买 nike

我的要求是用户在点击 Facebook 帖子后应该重定向到特定的应用程序页面。

我引用了这个链接:Cannot get the new AppLinks to work on iOS or Android并据此创建了演示。

我能够使用 php 脚本和 app_link_hosts id 生成 canonicalUrl (canonical_url : https://fb.me/7686509 ******* )。

我在我的 publishFeedDialog 中分享这个 url,就像这样 params.putString("link", canonical_url),帖子分享成功。

然后我进入我的 Facebook 应用程序并单击同一个共享帖子,这会将用户重定向到我的应用程序页面,应用程序会自动打开,这很好。但我希望用户应该重定向到我的应用程序的内页。

我在从 Facebook 帖子重定向应用程序详细信息页面中的用户时遇到问题。请任何人提供这方面的详细信息。

我的问题和疑问如下:

   - How can I redirect user to application detail page with use of Applinks?
- Is it feasible to implement such functionality with use of Applinks?
- how to set target_url properly for detail screen of application?

我还检查了文档:http://applinks.org/documentation/ 但没有得到足够的帮助。也给 applinks.org 的支持团队发了电子邮件,等待他们的回复。

最佳答案

假设您在 AndroidManifest.xml 中正确设置了所有 Intent 过滤器,FB 应用程序应该使用 ACTION_VIEW Intent 打开您的应用程序,并且 Intent 中的“数据”字段应该是您在al:android:url 元标记。

然后您的应用需要解析该 url,并根据该 url 转到正确的详细信息页面。

关于android - 如何使用 Applinks 将用户重定向到应用程序的详细信息页面?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28580455/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com