maui-deep-linking

Installation
SKILL.md

.NET MAUI Deep Linking

Platform Gotchas

Android

  • AutoVerify = true is required on the IntentFilter for App Links (not just deep links). Without it, Android shows a disambiguation dialog instead of opening your app directly.
  • Handle intent in both OnCreate and OnNewIntent. OnCreate fires for cold starts; OnNewIntent fires when the app is already running. Missing either means links silently fail in one scenario.
Installs
25
GitHub Stars
150
First Seen
Mar 1, 2026
maui-deep-linking — davidortinau/maui-skills