- Moved `apple-app-site-association` to `.well-known/apple-app-site-association` https://docs.expo.dev/linking/ios-universal-links/#create-aasa-file - Updated the paths pattern to accept conversation links only.
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
{
|
|
"applinks": {
|
|
"apps": [],
|
|
"details": [
|
|
{
|
|
"appID": "<%= ENV['IOS_APP_ID'] %>",
|
|
"paths": [ "/app/accounts/*/conversations/*"]
|
|
}
|
|
]
|
|
}
|
|
}
|