Plugin.LocalNotification icon indicating copy to clipboard operation
Plugin.LocalNotification copied to clipboard

The local notification plugin provides a way to show local notifications from .Net MAUI and Xamarin Forms apps .

icon64

CI NuGet NuGet

Plugin.LocalNotification

The local notification plugin provides a way to show local notifications from Xamarin.Forms / .Net MAUI apps.

Setup

  • Plugin.LocalNotification Available on NuGet: https://www.nuget.org/packages/Plugin.LocalNotification
  • .Net MAUI

    • Install Version 10.0.0 above
    • Install into your project
  • Xamarin.Forms

    • Install into your platform-specific projects (iOS/Android), and any .NET Standard 2.0/2.1 projects required for your app.

Platform Support

Feature Xamarin.iOS Xamarin.Android net6.0-ios net6.0-android
Required SDK >= 10 >= API 19 >= 10 >= API 21
Title
Description
Subtitle
Schedule
Repeat
Custom Sounds
Images
Notification Actions
Clear Delivered Notifications
Get Pending Notifications
Get Delivered Notifications
Location Notifications

Usage

Screen Record

Screen Record

Video

Local Push Notifications in Xamarin.Forms

SourceLink Support

In Visual Studio, confirm that SourceLink is enabled. Also, Turn off "Just My Code" since, well, this isn't your code.

https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/sourcelink

Limitations

Only support iOS and Android for the moment.

Contributing

Contributions are welcome. Feel free to file issues and pull requests on the repo and they'll be reviewed as time permits.

Thank you