简体   繁体   中英

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. I published my app last week in the App-Store and wanted to add Universal-Links today but they are no longer working. On my Website you are no longer redirected to the App.

My AASA (my website: 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 :

在此处输入图像描述

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! I also put the ASAA into .well-known so it is no longer public.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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