-
Notifications
You must be signed in to change notification settings - Fork 72
Home
Elvin Thudugala edited this page Jul 28, 2025
·
6 revisions
A comprehensive local notification plugin for .NET MAUI and Xamarin.Forms applications.
This plugin provides a simple and flexible way to implement local notifications in your .NET MAUI and Xamarin.Forms applications. It supports both Android and iOS platforms with features like scheduled notifications, custom sounds, notification actions, and more.
- Available on NuGet: Plugin.LocalNotification
- Install Version 10.0.0 or above
- Add the package to your project
- Install into your platform-specific projects (iOS/Android)
- Install into any .NET Standard 2.0/2.1 projects required for your app
- Must use Xamarin.Forms 4.5.0.356 or above
Feature | iOS | Android |
---|---|---|
Required SDK | ≥ 10 | ≥ API 19 |
Title | ✅ | ✅ |
Description | ✅ | ✅ |
Subtitle | ✅ | ✅ |
Scheduled Notifications | ✅ | ✅ |
Custom Sounds | ✅ | ✅ |
Images | ✅ | ✅ |
Notification Actions | ✅ | ✅ |
Clear Delivered Notifications | ✅ | ✅ |
Get Pending Notifications | ✅ | ✅ |
Get Delivered Notifications | ✅ | ✅ |
Location-Based Notifications | ✅ | ✅ |
Notification Groups | ✅ | ✅ |
- Scheduled Notifications
- Repeat Notifications
- Notification Actions
- Location-Based Notifications
- Custom Sound
- Android Notification Channels
- Android Notification Icon
- Android Notification Groups
- iOS Push Notifications
If you encounter any issues or have questions, please visit our GitHub Issues page.