AppPage.net

Free · App Links, Universal Links & URL schemes

Deep link tester

Paste a link your app should open. Get the adb and Simulator commands, a QR code to test it on your phone, and for https links whether iOS and Android will actually open the app.

Try: ·

Three kinds of deep links

Looks likeWhen the app isn’t installedNeeds
Android App Linkshttps://example.com/p/42Opens the web pageassetlinks.json on the domain and an autoVerify intent filter
iOS Universal Linkshttps://example.com/p/42Opens the web pageapple-app-site-association on the domain and the Associated Domains entitlement
Custom URL schememyapp://product/42Error or nothingAn intent filter (Android) or CFBundleURLTypes (iOS)

For links you share in emails, ads and social posts, use https links: they fall back to your website, and only your verified app can open them. Custom schemes are fine for links between your own apps.

How to test a deep link

  1. Paste the link, and your Android package name and iOS App ID if you have them.
  2. Run the adb or simctl command with a device or simulator connected.
  3. Scan the QR code and tap the links on the test page on a real phone. Tapping is what users do; typing a link into the address bar doesn’t open apps.
  4. For https links, check the Will it open the app? section: it reads the association files from the domain and tells you which rule matches the path.

Is my link stored?

No. The commands and QR code are made in your browser, and the phone test page reads the link from the part of the URL after #, which browsers don’t send to servers. For https links, the domain’s association files are fetched to check them.

Related tools

Validate and generate the association files with the App Links & Universal Links validator, and share one link that opens the right store with the smart app link & QR code tool.