*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内にあります。
ファイルの何が問題なのかわかりません。構文エラーが発生する可能性があると思いますが、表示されません。*