Having the same issue here. Weird thing is that also, autoComplete is not working. This is our apple-app-site-association:
"applinks": {
"apps": [],
"details": [
{
"appID": "APP_ID",
"paths": [
"*"
]
}
]
},
"webcredentials": {
"apps": [
"APP_ID.BUNDLE_ID"
]
}
}