Hi,
I'm having a problem about defining universal link.
I have a link like: host/en/booking/#serviceApp/resetPassword.
I added in AASA file bellow:
"applinks": {
"apps": [],
"details": [
{
"appID": "myAppId",
"components": [
{
"/": "/*/booking/*/resetPassword",
"#": "serviceApp"
}
]
},
]
}
}
Is it correct? Because I tried to test but it did not work
Thanks!