iOS Universal Links Setup
آخر تحديث: 2026-02-05
This guide configures iOS Universal Links for your Traput project subdomain.
1) Configure the project in Traput
In the dashboard:
- Open your project
- Go to App Links
- Fill in:
- Team ID (10 chars, e.g.
ABC123DEF4) - Bundle ID (e.g.
com.example.app)
- Team ID (10 chars, e.g.
- Save
Your AASA URL will be:
https://<subdomain>.traput.link/.well-known/apple-app-site-association
2) Configure Associated Domains in Xcode
- Open your iOS Runner target
- Add capability: Associated Domains
- Add:
applinks:<subdomain>.traput.link
3) Verify
- Fetch the AASA in a browser/curl (must be HTTPS, no redirects)
- Then test on device by opening a Traput link in Safari
Next: /docs/testing.