Universal Links Deep Linking

Make tapped https links open a native iOS or Expo/React Native app when installed and fall back to the web page when not — Apple Universal Links + Android App Links. Use when adding deep linking for shared links, writing apple-app-site-association (AASA) or assetlinks.json, wiring associated-domains/applinks entitlements or Expo associatedDomains/intentFilters, handling onOpenURL/NSUserActivity or expo-router linking, or debugging why a link opens the browser instead of the app (AASA redirect or content-type, signing-fingerprint mismatch, Apple CDN cache, simulator-vs-device testing).

hypersocialinc Updated

File contents

hypersocialinc/agent-skills/tree/main/skills/universal-links-deep-linking commit de96bfea96

Frequently asked questions

npx skillmds@latest add hypersocialinc/universal-links-deep-linking