Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
readme.md
  • Loading branch information
coderomw committed Mar 4, 2020
1 parent 48d0bb2 commit aabdc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
universal link是苹果在iOS9上推出的一种能通过https链接跳转APP的功能,可以使用相同的网址打开网址和APP。当你的应用支持universal link,用户点击链接时,会直接跳转到你的APP,而不需要经过Safari。当你的应用不支持时,会打开这个链接显示。比如在Safari和别的应用中点击某个链接,可以直接跳转到你的应用来,可以根据链接携带的信息进行解析,做出相应处理。
##怎么支持universal link呢?
1.首先要有一个支持https协议的域名,在该域名的根目录上传文件,文件名为[apple-app-site-association](https://links.jianshu.com/go?to=https%3A%2F%2Fwechat.ule.com%2Fapple-app-site-association),没有后缀名,格式为
1.首先要有一个支持https协议的域名,在该域名的根目录上传文件,文件名为apple-app-site-association,没有后缀名,格式为
```
{
"applinks": {
Expand Down

0 comments on commit aabdc66

Please sign in to comment.