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
| Example | What it shows | Recommended when |
|---|---|---|
ExampleUsage | SwiftUI + AppDelegate integration with resolveInitialLink, runtime processLink, analytics calls, and template placeholders for URL schemes/associated domains | You want a complete starter flow for cold start + runtime link handling |
Recommended user path
- Complete SDK Installation.
- Read SDK Usage for lifecycle and link-processing model.
- Adapt the template files to your bundle ID, domain, and route mapping.
- Validate behavior with Testing & Troubleshooting.