I implemented a universal link according to this guidance. https://developer.apple.com/videos/play/wwdc2019/717
However, my universal links seem to never work.
- apple-app-site-association
https://hajimenavi.web.app/.well-known/apple-app-site-association
- Xcode settings
- The link I am trying to open
https://hajimenavi.web.app/familyId/ZBEJSJXyPNT7G
- team id
I validated with apple's analyzation that the server has no problem (with Setting app>Developer>Universal Links analysis.
What else should I check?? I am wasting a whole day with this. Please please help.
Tenna,
Thanks for your post. It sounds like you've already watched the video on universal links and started implementing them using that resource.
I highly recommend checking out this comprehensive documentation. It walks you through universal links step by step, including how to debug them. This resource has resolved 99% of the issues I've encountered when implementing universal links for the first time, and it's also great for troubleshooting existing ones.
https://developer.apple.com/documentation/technotes/tn3155-debugging-universal-links
Pulling the file from the server, it seems correct to me, are you still having issues?
{
"applinks":
{
"apps": [],
"details": [
{
"appIDs": [ "JP9XJC6239.com.churiki.Henshin-Bike-Tomo", "F63UFYCFU3.com.vitamin-i.hajimenavi" ],
"paths": [
"*","/*/*","*/*"
]
}
]
},
"webcredentials": {
"apps": [ "JP9XJC6239.com.churiki.Henshin-Bike-Tomo", "F63UFYCFU3.com.vitamin-i.hajimenavi" ]
}
}
Please, let me know after going over each step if you still have errors or questions and I can help you.