maui-local-notifications
Installation
SKILL.md
.NET MAUI Local Notifications
Implementation overview
- Define cross-platform
INotificationManagerServiceinterface and event args - Implement Android notification service (channel, AlarmManager, BroadcastReceiver)
- Implement iOS/Mac Catalyst notification service (UNUserNotificationCenter)
- Register platform implementations via DI
- Configure platform permissions and MainActivity
See references/local-notifications-api.md for full implementation code.