小编Kap*_*rma的帖子

Apple-app-site-association 文件未链接到应用程序

即使在 48 小时后,正如苹果文档中所述,apple-app-site-association 在我的应用程序中也不起作用。我已检查过 [apple 验证工具] ( https://search.developer.apple.com/appsearch-validation-tool/ ),但它显​​示错误,没有与应用程序链接中的 url 关联的应用程序。这是我的 apple-app-site-association 文件的格式

{
    "applinks": {
        "apps": [],
        "details": [{
            "appID": "{team_id}.{bundle_id}",
            "paths": ["*"]
        }]
    }
}
Run Code Online (Sandbox Code Playgroud)

我还从developer.apple.com 和XCode 功能设置中为appId 启用了关联域。

我已经尝试过[这个](iOS通用链接无法通过TestFlight工作

还检查了苹果开发者论坛,但也找不到解决方案。

ios swift apple-app-site-associate

2
推荐指数
1
解决办法
3958
查看次数

标签 统计

apple-app-site-associate ×1

ios ×1

swift ×1