苹果应用网站关联文件格式错误

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的这些视频:"Seamless linking to your Apps"和"Introducing Search API",并阅读了这本App Search Programming Guide。
我的网站有一个SSL证书(来自授权认证机构),我的apple-app-site-association在https://www.mywebsite.com/apple-app-site-association中。
我不知道文件出了什么问题。我认为可能是语法错误,但我看不见它。
2个回答

4

我的团队ID和Bundle ID是正确的,我已经检查过了,它们没有任何问题。 - alpersenyurt

1
亲爱的:
关于TeamID,特别是一个账号中有多个应用程序的问题,还有一个问题需要解决。
请在app-app-site-association的appID中使用App IDs前缀
谢谢!

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接