我正在我的应用程序中处理通用链接。
当 url 访问 safari 时,它应该显示在 Safari 浏览器顶部的横幅中打开应用程序的选项,但我没有看到它。
我创建了 apple-app-site-association 并将其托管在我的后端。当我查看https://www.xxxxx.com/apple-app-site-association 时。我可以看到 app-site-association 文件。
在权利中,我在 applinks:v100.xxxxxx.com/reset_password* 项下添加了关联域。链接是https://v100.xxxxxxx.com/reset_password?token=6d3ec67ff5bbf2214c895839c125e8f80ec83a90 和 apple-app-site-association 是这样的
{
"applinks": {
"apps": [],
"details": [
{
"appID": "Teamid.Bundelid",
"paths": ["*"]
}
{
"appID": "appid.Bundelid",
"paths": ["*"]
}
]
}
}
Run Code Online (Sandbox Code Playgroud)
感谢您的快速回复。