Skip to main content

Operating System Integrations

ChottuLink Dynamic Links is built on top of the existing deep linking capabilities of the underlying operating systems. This document explains how Dynamic Links integrates with different operating systems and platforms.

iOS Integration

Universal Links allow your app to handle links to your website. When a user opens a Universal Link, iOS checks if your app is installed and routes the link appropriately.

Flow

Requirements

  • Associated Domains entitlement
  • Valid apple-app-site-association file [Auto generated by ChottuLink]
  • Proper domain verification [Auto handled by ChottuLink]
  • HTTPS support [Auto handled by ChottuLink]

Android Integration

App Links provide a seamless experience for Android users by allowing your app to handle links to your website.

Flow

Requirements

  • Digital Asset Links file [Auto generated by ChottuLink]
  • Proper AndroidManifest.xml configuration
  • Domain verification [Auto handled by ChottuLink]
  • HTTPS support [Auto handled by ChottuLink]

✅ Next Steps