Have to mention this dynamic link was working before and suddenly for some reason stop working.
This is the dynamic link:
autobavaria1491911550production.page.link
and This is the link added to Associated Domains in capabilities: applinks:autobavaria1491911550production.page.link
and after testing with apple-app-site-association
the result is:
{
"applinks": {
"apps": [],
"details": [
{
"appID": "K9B6CPM5NB.com.whipmobility.ios.operation",
"paths": [
"NOT /_/*",
"/*"
]
},
{
"appID": "S5Q34K6U59.com.autobavaria.ios.customer",
"paths": [
"NOT /_/*",
"/*"
]
}
]
}
}
com.autobavaria.ios.customer
is the package name I want the dynamic link to open, which is available in app association but its not happening, and yes App Store ID and team ID is added in firebase console, any idea why is this happening?