码迷,mamicode.com
首页 > 移动开发 > 详细

/.well-known/apple-app-site-association

时间:2016-04-12 12:56:01      阅读:546      评论:0      收藏:0      [点我收藏+]

标签:

Technical Q&A QA1919

Incoming requests for /.well-known/apple-app-site-association file

Q:? Why is my web server receiving requests for?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.

?

问: 为什么我的网站会收到这样的请求?

答: 因为是iOS9的第一个版本会请求这个文件,用于??Universal Links?and?Shared Web Credentials.

?



/.well-known/apple-app-site-association

标签:

原文地址:http://www.cnblogs.com/xilifeng/p/5382109.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!