【发布时间】:2018-04-11 05:21:24
【问题描述】:
我正在我的应用中处理通用链接。
当 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": ["*"]
}
]
}
}
感谢您的快速回复。
【问题讨论】:
标签: ios swift deep-linking ios-universal-links