Maui Local Notifications

Add local notifications to .NET MAUI apps on Android, iOS, and Mac Catalyst. Covers notification channels, permissions, scheduling, foreground/background handling, and DI registration. Works with XAML/MVVM, C# Markup, and MauiReactor. USE FOR: "local notification", "schedule notification", "notification channel", "notification permission", "reminder notification", "alert notification", "in-app notification", "foreground notification". DO NOT USE FOR: push notifications from a server (use maui-push-notifications), permission handling only (use maui-permissions), or app lifecycle background tasks (use maui-app-lifecycle).

davidortinau Updated

File contents

davidortinau/maui-skills/tree/main/plugins/maui-skills/skills/maui-local-notifications commit 822cbcd490

Frequently asked questions

npx skillmds@latest add davidortinau/maui-local-notifications