Hi Alex ,
I checked apple-app-site-assocation in my link , but my JSON not returned any App ID in the list of apps.When I insert apple-app-site-assocation in my domain , the file is downloaded and is similar to this :
{
"applinks": {
"apps": [],
"details": [
{
"appID": “APP_ID.br.com.BUNDLE",
"paths": [ "*" ]
}
]
}
}
I configured Universal Link and dynamic link according firebase documentation but not work. Capabilities, associated domains,apple-app-site-assocation all them are implemented, but still not opening my app, always redirecting to app store or website.
help me please =)
If you don't support Universal Link but you still expect the short link to open your app, you need to provide the Link URL (exampleapp://someresource) that can open your app when you create Dynamic Link. Note that on both cases, you will need to modify the app's Info and Capabilities (https://firebase.google.com/docs/dynamic-links/ios#create-a-dynamic-link-programmatically)
| iOS Custom Scheme | Your app's custom URL scheme, if defined to be something other than your app's bundle ID |
Jan,Sorry, I was wrong to use the term "Link URL". I was confused it with the app custom URL scheme instead. It should be the URL to open your app. According to Firebase documentation, you can provide it in the optional iOS Custom