https://example.com/.well-known/apple-app-site-association
?A: The recently released iOS 9.3 update implements RFC 5785. Because of this, devices running iOS 9.3 will first request /.well-known/apple-app-site-association
for the apple-app-site-association
file that is required to implement Universal Links and Shared Web Credentials. If the file is not found in this location, then the device will request the file in the root of the web server, as with prior releases of iOS 9.html
问: 为何个人网站会收到这样的请求?ios
答: 由于是iOS9的第一个版本会请求这个文件,用于 Universal Links and Shared Web Credentials.web