“apple-app-site-association”文件内容:
{
"appclips": {
"apps": ["**********.com.project.example.Clip"]
},
"applinks": {
"apps": ["**********.com.project.example"],
"details": [
{
"appID": "**********.com.project.example",
"paths": [ "/event/*", "/ticket?v=*" ]
}
]
}
}
文件已设置在“https://< fully qualified domain>/.well-known/apple-app-site-association”
我面临的问题是它是为
“https://< fully qualified domain>/event/EVENT-ID”,
但它并没有调用应用程序
“https://< fully qualified domain>/ticket?v=VOLUME-ID”
是因为“?还是我错过了什么
2条答案
按热度按时间qxgroojn1#
我们需要使用组件数组
请参阅https://developer.apple.com/documentation/xcode/supporting-associated-domains
bihw5rsg2#
最终实施了这个解决方案:
使用“组件”代替“路径”
注意事项:
1.检查deepLinking时,请等待一段时间,因为更新AASA文件内容后需要时间来反映更改。苹果文档资源