不幸的是,我无法让通用链接在 iOS 9.2.1 中工作。
Apple 验证工具和 Apple SearchBot 中的所有内容都可以正确验证,但是链接根本打不开。
我的设置有两点略有不同:
我只有一个https://www.domain.com,https://domain.com不起作用。因此,我只在权利文件中创建了一个列表,
<key>com.apple.developer.associated-domains </key> <array> <string>applinks:www.domain.com</string> </array>
我没有签署 apple-app-site-association 文件,因为我已经阅读过 iOS 9+ 版本不需要此文件。
这是我的应用关联文件:
{
"applinks": {
"apps": [],
"details": [
{
"appID": "...",
"paths": [ "*", "/", "/X/*"]
}
]
}
}