Universal Links not working as expected

Hi

If i put

"paths": ["*"]

any link to my site opens the app.

However, i only want link like the following to open the app

https://www.domain.com/Product/63868/48

So i changed to

"paths": ["/Product/*"]

but now no link opens the app.

Any ideas what I'm doing wrong?

Replies

I finally got this working :

  1. It takes time for Apple's Bot ("AASA-Bot/1.0.0") to come and read the change. It can be a few minutes or even an hour from looking at my logs. I hope apple will add some sort of manual option to get the bot to read apple-app-site-association for development.

  2. After the Bot read the new conf in apple-app-site-association i had to uninstall the app from my phone and reinstall to get this working. Not sure why but this was the only way to get things working.