deep-linking

Solid

Universal links and deep linking skill for implementing iOS Universal Links, Android App Links, custom URL schemes, and deferred deep linking across mobile platforms.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Deep Linking Skill Comprehensive deep linking implementation for iOS and Android, including Universal Links, App Links, custom URL schemes, and deferred deep linking. ## Overview This skill provides capabilities for implementing deep linking across mobile platforms, enabling users to navigate directly to specific content within your app from external sources like web links, notifications, emails, and other apps. ## Capabilities ### iOS Universal Links - Configure apple-app-site-association (AASA) file - Set up Associated Domains entitlement - Implement NSUserActivity handling - Validate Universal Links configuration - Handle fallback to App Store ### Android App Links - Configure assetlinks.json (Digital Asset Links) - Set up intent filters for App Links - Implement deep link handling - Verify App Links configuration - Handle fallback to Play Store ### Custom URL Schemes - Register custom URL schemes - Handle URL scheme callbacks - Parse URL parameters - Implement scheme validation - Cross-app communication ### Deferred Deep Linking - Configure Branch.io or Firebase Dynamic Links - Handle first-open attribution - Pass deep link data through install - Track deep link conversions - Implement fallback flows ### Deep Link Routing - Design URL structure and routing - Implement in-app navigation - Handle authentication requirements - Manage deep link state persistence - Track deep link analytics ## Prerequisites ### iOS Development ```bash # Enable Associated Domains c...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Related Skills