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 .

Results 72 Plugin.LocalNotification issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** As a mobile developer I'd like to have location based notifications, for instance a reminder when I arrive at work...

enhancement

**Describe the bug** My app is crashing when I add UseLocalNotification() function to builder in MauiProgram class. **To Reproduce** Steps to reproduce the behavior: 1. Create project. 2. Add UseLocalNotification()...

bug
iOS

Bumps [Xamarin.GooglePlayServices.Location](https://github.com/xamarin/GooglePlayServicesComponents) from 118.0.0.3 to 119.0.1.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Xamarin.GooglePlayServices.Location&package-manager=nuget&previous-version=118.0.0.3&new-version=119.0.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [Xamarin.GooglePlayServices.Location](https://github.com/xamarin/GooglePlayServicesComponents) from 118.0.0.3 to 119.0.1.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Xamarin.GooglePlayServices.Location&package-manager=nuget&previous-version=118.0.0.3&new-version=119.0.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [Xamarin.AndroidX.Core](https://github.com/xamarin/AndroidX) from 1.6.0.3 to 1.8.0.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Xamarin.AndroidX.Core&package-manager=nuget&previous-version=1.6.0.3&new-version=1.8.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [Xamarin.AndroidX.Core](https://github.com/xamarin/AndroidX) from 1.6.0.3 to 1.8.0.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Xamarin.AndroidX.Core&package-manager=nuget&previous-version=1.6.0.3&new-version=1.8.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hi, A few months ago, you made the switch from System.Text.Json to Newtonsoft.Json. Could you please explain why? I think the future is System.Text.Json, and I'd like to get rid...

question

We are using the LocalNotification plugin for local notifications in our app, and it works great! We are also using Firebase push notifications, and now we are implementing support for...

bug
iOS

It seems that 'Plugin.LocalNotification.NotificationCenter.AskPermission();' is missing, I would like to ask for permission when user activates a toggle in the App, it actually works as mentioned when I create a...

bug
iOS

**Describe the bug** The badge count is not resetting **To Reproduce** Steps to reproduce the behavior: 1. Create a Notification that will set the badge 2. Open the app from...

bug
iOS