generate_universal_links
Generate the apple-app-site-association and assetlinks.json files required to enable iOS Universal Links and Android App Links, with hosting instructions for your domain.
Instructions
Generate the well-known configuration files needed for iOS Universal Links and Android App Links. Returns apple-app-site-association and assetlinks.json with hosting instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Your website domain (optional, used in examples) | |
| ios_team_id | Yes | Apple Developer Team ID (10 characters) | |
| ios_bundle_id | Yes | iOS app bundle identifier (e.g., com.example.app) | |
| android_package_name | Yes | Android app package name (e.g., com.example.app) | |
| android_sha256_fingerprint | Yes | SHA256 certificate fingerprint for Android (colon-separated hex) |