Testing Links
آخر تحديث: 2026-02-05
You must test both scenarios:
- Direct deep link (app already installed)
- Deferred deep link (user installs after clicking)
Direct deep link (installed app)
- Install the app on a real device
- Create a Traput link in the dashboard
- Open it in Safari (iOS) or Chrome (Android)
Deferred deep link (fresh install)
- Uninstall the app
- Click the Traput link
- Install the app from the store
- Open the app:
Traput.onLinkshould receive a deferred link
Command line helpers
iOS Simulator:
xcrun simctl openurl booted "https://your-subdomain.traput.link/r/your-slug"
Android (emulator or device):
adb shell am start -a android.intent.action.VIEW -d "https://your-subdomain.traput.link/r/your-slug"