简体   繁体   English

DeepLinking apple-app-site-association文件是否需要签名?

[英]Does DeepLinking apple-app-site-association file need signing?

I am trying to implement deep linking. 我正在尝试实现深层链接。 I have followed the documentation and created the 'apple-app-site-association' file and very sure there is no mistake in the file format. 我已经按照文档创建了'apple-app-site-association'文件,并且非常确定文件格式没有错误。 The file has been placed in the root directory as well as the backend side. 该文件已放在根目录和后端。

My domain does not use https, only http. 我的域名不使用https,只使用http。 Does the file need to be signed irrespective of this? 该文件是否需要签名而不管这个? Following is the apple doc which I used for reference document I have read that there is no need to sign the apple-app-site-association file. 以下是我用于参考文档的苹果文档,我已经读过,没有必要签署apple-app-site-association文件。 I am perplexed as to what I am missing. 我很困惑我所缺少的东西。

When using HTTP, I think the answer may be yes. 使用HTTP时,我认为答案可能是肯定的。 The documentation says that you don't need to sign the apple-app-site-association file if you are using HTTPS: 该文件说,你并不需要签署的apple-app-site-association的文件,如果你使用HTTPS:

在此输入图像描述

This leads me to believe that you may need to sign it if you are using HTTP. 这使我相信,如果您使用HTTP,则可能需要对其进行签名。 Apple's Validation Tool may be helpful to test this. Apple的验证工具可能有助于测试这一点。

If you're still having problems after getting past the validator, see iOS9: Universal Links does not work , which has many good answers about the many things that can go wrong with deep linking. 如果您在通过验证器后仍然遇到问题,请参阅iOS9:Universal Links不起作用 ,对于深度链接可能出错的许多问题有很多好的答案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 apple-app-site-association文件的位置 - Location for apple-app-site-association file 苹果应用程序站点关联通用链接签名问题 - apple-app-site-association universal link signing issue 如何在 ReactJS 中的 /apple-app-site-association 页面上提供 apple-app-site-association 文件 - How to serve apple-app-site-association file on /apple-app-site-association page in ReactJS apple-app-site-association是否可以与Web应用程序一起使用? - Does apple-app-site-association work with a web app? iOS apple-app-site-association - 它需要脱离我的服务器的根目录吗? - iOS apple-app-site-association - does it need to be off the root of my server? "Apple-app-site-association 文件中的 webcredentials 是否需要 TeamID 前缀?" - Do I need TeamID Prefix for webcredentials in the apple-app-site-association file? apple-app-site-association json文件是否在应用程序中更新? - Does the apple-app-site-association json file ever get updated in app? Apple-app-site-association:横幅显示,而服务器中没有文件 - Apple-app-site-association : banner displays while no file in server 苹果应用站点关联文件无法为某些用户下载 - Apple-app-site-association file fails to download for certain users iOS 通用链接 apple-app-site-association 文件问题 - iOS Universal links apple-app-site-association file issue
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM