CoompanionApp/.well-known
2026-02-03 13:48:56 +01:00
..
apple-app-site-association Initial commit 2026-02-03 13:48:56 +01:00
assetlinks.json Initial commit 2026-02-03 13:48:56 +01:00
README.md Initial commit 2026-02-03 13:48:56 +01:00

Deep Link Association Placeholders

Fill the placeholders in the .well-known JSON files before deploying.

File: .well-known/apple-app-site-association

  • YOUR_IOS_TEAM_ID
    • Where: Apple Developer account → Membership details (Team ID).
  • YOUR_IOS_BUNDLE_ID
    • Where: Expo config mobile/app.jsonexpo.ios.bundleIdentifier.

Format must be: TEAMID.BUNDLEID (example: ABCD1234EF.com.example.app).

File: .well-known/assetlinks.json

  • YOUR_ANDROID_PACKAGE_NAME
    • Where: Expo config mobile/app.jsonexpo.android.package.
  • YOUR_SHA256_CERT_FINGERPRINT
    • Where:
      • Debug: keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey (password is usually android).
      • Release/Play App Signing: Play Console → App Integrity → App signing key certificate.