← Back to home

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.

QR code for myapp://product?id=12345
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

  1. 01

    Paste URI

    Custom scheme URLs your app declares.

  2. 02

    Validate shape

    Hints flag missing ids or coupons.

  3. 03

    Copy commands

    adb / simctl snippets ready-made.

  4. 04

    Open locally

    History tracks last ten tries.

  5. 05

    Star repeats

    Favorites for smoke deep links.