apple-app-site-association文件的位置

时间:2016-03-24 09:30:21

标签: ios

我有一个网络应用和一个iOS应用,我根据this guide启用了通用链接。

指南指出文件apple-app-site-association必须位于域的根目录中,我已经完成了。

为什么然后,我的网络应用程序的错误日志记录为网址/.well-known/apple-app-site-association的404?

1 个答案:

答案 0 :(得分:0)

  

运行iOS 9.3的设备将首先请求实现Universal Links和Shared Web Credentials所需的apple-app-site-association文件的/.well-known/apple-app-site-association。如果在此位置找不到该文件,则设备将在Web服务器的根目录中请求该文件,与之前版本的iOS 9一样。

https://developer.apple.com/library/content/qa/qa1919/_index.html