4
    *I have error message from API Validation Tool from Apple*   

      **The apple-app-site-association file was found but it doesn’t follow the required format. Learn how to format the apple-app-site-association file.**  

    *My apple-app-site-association file:  

        {
            "applinks": {
                "apps": [],
                "details": [
                    {
                        "appID": "TeamId.com.Company.AppName",
                        "paths": [
                            "/path1-*",
                            "/path2",
                            "/path3-*",
                            "/path4"
                        ]
                    }
                ]
            }
    }    

我在 WWDC 2015“无缝链接到您的应用程序”和“介绍搜索 API”中看到了这个视频,并阅读了这个应用程序搜索编程指南。

我的网站有一个 SSL 证书(来自权威认证),我的 apple-app-site-association 在https://www.mywebsite.com/apple-app-site-association

我不知道文件有什么问题。我认为语法错误可能是,但我看不到它。*

4

2 回答 2

4

似乎您应该将 TeamId.com.Company.AppName 替换为您的 REAL TeamId 和 REAL 捆绑包 ID。

看看这个例子 https://routes.tips/apple-app-site-association

它没有签名,但工作并通过验证

于 2015-10-15T09:11:34.620 回答
1

亲爱的

TeamID 还有一个问题,尤其是一个帐户中的多个应用程序。

请在app-app-site-assiciation 的 appID 中使用 App IDs 前缀。

于 2015-12-28T06:44:33.757 回答