Skip to main content

iOS SDK Examples

After configuring Detour credentials and iOS link capabilities, start from the runnable iOS template in the SDK repository.

Click the example name below to open its README.md on GitHub, where you can follow setup steps and explore source files.

Example catalog

ExampleWhat it showsRecommended when
ExampleUsageSwiftUI + AppDelegate integration with resolveInitialLink, runtime processLink, analytics calls, and template placeholders for URL schemes/associated domainsYou want a complete starter flow for cold start + runtime link handling
  1. Complete SDK Installation.
  2. Read SDK Usage for lifecycle and link-processing model.
  3. Adapt the template files to your bundle ID, domain, and route mapping.
  4. Validate behavior with Testing & Troubleshooting.