简体   繁体   English

Swift 通用链接不再工作 应用程序未显示

[英]Swift Universal Links no longer working app is not showing up

I set up Universal Links in my app and when testing it a month ago it was working perfectly fine.我在我的应用程序中设置了Universal Links ,并且在一个月前对其进行测试时,它运行良好。 I published my app last week in the App-Store and wanted to add Universal-Links today but they are no longer working.我上周在 App-Store 上发布了我的应用程序,今天想添加Universal-Links ,但它们不再工作了。 On my Website you are no longer redirected to the App.在我的网站上,您不再被重定向到应用程序。

My AASA (my website: https://wishlists-app.de/apple-app-site-association ):我的 AASA(我的网站: https://wishlists-app.de/apple-app-site-association ):

{
"webcredentials": {
  "apps": [ "SN26HDFT24.com.ckbusiness.Wishlists" ]


},
   
"applinks": {
"apps": [],
"details":
[
    {
    "appID": "SN26HDFT24.com.ckbusiness.Wishlists",
    "paths": ["*"]
    }
]
}
}

Signing & Capabilities : Signing & Capabilities

在此处输入图像描述

I can't remember changing anything.我不记得改变了什么。 Does this have something to do with that the App is now live?这与该应用程序现已上线有关吗? Or what am I missing here?或者我在这里错过了什么?

I fixed it by adding the entitlement file into my build phase!我通过将entitlement文件添加到我的构建阶段来修复它! I also put the ASAA into .well-known so it is no longer public.我还将 ASAA 放入 .well .well-known中,因此不再公开。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM