For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸš‡Deep Links

Send users directly to specific pages or content inside your app from any link.

Deep Links let you link directly to specific content inside your app - just like linking to a page on a website. When a user taps a deep link, your app opens and navigates them to the right place automatically, whether that's a product page, a user profile, or a specific section of your app.

Deep Links is the umbrella term used throughout this documentation. On iOS, this technology is officially called Universal Links. On Android, it is called App Links. Both work the same way from a user perspective.

Prerequisites

Supported methods

Universal Links - the recommended approach. Uses Apple's Universal Links on iOS and Android App Links on Android to associate your website domain directly with your app. No third-party service required.

πŸ”—Universal Links

Branch.io - a third-party deep linking platform that adds advanced features like deferred deep linking, attribution, and analytics on top of standard deep links.

🌱Branch.io

Last updated