Morning everyone! So i just managed to implement universal link to my iOS Project. I'm using App Search Validation Tool to check it's integrity and i'm having this status at Link to Application:
"Action required Could not extract required information for Universal Links. Learn how to implement the recommended Universal Links."
https://i.stack.imgur.com/yAXIA.png
Then i go to this link to check if my apple-app-site-association JSON format is correct. It seems it is, here is the format that I'm using:
{
"applinks": {
"apps": [],
"details": [
{
"appID": "9JA89QQLNQ.com.apple.wwdc",
"paths": [ "/videos"]
}
]
}
}
But still working perfectly on Xcode simulators but not on my iPhone, what am I missing?