Skip to content
Elvin Thudugala edited this page Jul 28, 2025 · 6 revisions

Plugin.LocalNotification

A comprehensive local notification plugin for .NET MAUI and Xamarin.Forms applications.

Overview

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.

Installation

For .NET MAUI Applications

  • Install Version 10.0.0 or above
  • Add the package to your project

For Xamarin.Forms Applications (Support ended on May 1, 2024)

  • 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

Features Matrix

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

Documentation

Getting Started

  1. .NET MAUI Usage Guide
  2. Xamarin.Forms Usage Guide

Common Features

Platform-Specific Guides

Advanced Topics

Support

If you encounter any issues or have questions, please visit our GitHub Issues page.

Clone this wiki locally