Deep Link Launcher
Paste a deep link, open it on this machine, copy it for tickets, or scan the QR on a real device. Terminal snippets are optional.
Link & actions
Examples
Ready to open, copy, or scan.
Launch navigates this tab. Custom schemes need the app (or handler) available on this device.
Device QR
Same URL as a scannable code — useful when the browser is not on the phone under test.
Terminal: ADB & iOS simulator
Android
adb shell am start -a android.intent.action.VIEW -d "myapp://product?id=12345"
iOS
xcrun simctl openurl booted "myapp://product?id=12345"
Quick QA checklist
- App opens from the link (not an unintended browser page).
- Correct screen and query parameters.
- Logged-out and bad-parameter behavior is acceptable.
- Same link on Android and iOS test devices.
How it works
One URI → adb, iOS sim, clipboard, QR—fast QA loops.
- 01
Paste URI
Custom scheme URLs your app declares.
- 02
Validate shape
Hints flag missing ids or coupons.
- 03
Copy commands
adb / simctl snippets ready-made.
- 04
Open locally
History tracks last ten tries.
- 05
Star repeats
Favorites for smoke deep links.