chore: Configure iOS universal linking (#10651)

- 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.
This commit is contained in:
Muhsin Keloth
2025-01-08 21:25:11 +05:30
committed by GitHub
parent 25258417de
commit b5f4e8155b
3 changed files with 5 additions and 5 deletions

View File

@@ -461,8 +461,8 @@ Rails.application.routes.draw do
# ----------------------------------------------------------------------
# Routes for external service verifications
get 'apple-app-site-association' => 'apple_app#site_association'
get '.well-known/assetlinks.json' => 'android_app#assetlinks'
get '.well-known/apple-app-site-association' => 'apple_app#site_association'
get '.well-known/microsoft-identity-association.json' => 'microsoft#identity_association'
# ----------------------------------------------------------------------