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?