Deep Link Scheme Builder
🍎 iOS Configuration
🤖 Android Configuration
About Universal Links & App Links
Deep linking ensures that users are driven straight to your native React Native application instead of being redirected to a browser when they click a shared URL.
To prove domain ownership, Apple and Google require specific JSON files to be hosted verbatim at the .well-known roots of your web domain:
- iOS (
apple-app-site-association) - Hosted athttps://yourdomain.com/.well-known/apple-app-site-association. (Note: Do not append.jsonto the filename). - Android (
assetlinks.json) - Hosted athttps://yourdomain.com/.well-known/assetlinks.json.
The Deep Link Scheme Builder is a purely client-side tool that prevents syntax errors by perfectly formatting these complicated JSON schemas based on your basic App IDs.