Marwen Jamel
Marwen Jamel

Reputation: 61

Universal Link not working despite AASA is set correctly - iOS

I have been working to implement universal links for my app, but have encountered difficulty. Despite having a valid AASA file and properly configuring my associated domains, I am unable to troubleshoot the issue and am unsure if it is a problem with my setup or a bug on Apple's end.

AASA VALID

enter image description here

enter image description here

enter image description here

I would appreciate any insight or experience that you may have had with a similar issue.

Thank you in advance 🙏

Upvotes: 0

Views: 432

Answers (1)

Aman Shankar Sharma
Aman Shankar Sharma

Reputation: 557

I'm pretty sure I see one clear issue here.

The associated domain is set incorrectly, it should not contain 'https://'

It should be set as:

'applinks:c870-2a02-3032-10-edbc-8dcf-b81f-d084-83e1.eu.ngrok.io'

Try this and see if it works. If it helps, please consider marking this as the answer. If not, please let me know what issue you see after making the above change.

Upvotes: 1

Related Questions