generate_universal_links
Generate iOS Universal Links and Android App Links configuration files by providing your app identifiers and Android fingerprint. Receive apple-app-site-association and assetlinks.json ready to host on your website.
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) |