App Association Server

Static server for iOS and Android app deep linking files

iOS App Association
Apple App Site Association file for iOS deep linking

This file enables your iOS app to handle universal links and web credentials.

View File
Android Asset Links
Digital Asset Links file for Android app linking

This file verifies your Android app's relationship with your website for deep linking.

View File
Configuration Instructions

For iOS (Apple App Site Association):

  • Replace TEAMID.com.yourcompany.yourapp with your actual Team ID and bundle identifier
  • Update the URL patterns in the components array to match your app's deep link structure
  • The file will be accessible at /.well-known/apple-app-site-association

For Android (Asset Links):

  • Replace com.yourcompany.yourapp with your actual package name
  • Update the SHA256 fingerprint with your app's signing certificate fingerprint
  • The file will be accessible at /.well-known/assetlinks.json