Plugin.LocalNotification
Plugin.LocalNotification copied to clipboard
The local notification plugin provides a way to show local notifications from .Net MAUI and Xamarin Forms apps .
**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...
**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()...
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 [](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...
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 [](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...
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 [](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...
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 [](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...
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...
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...
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...
**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...