Elvin (Tharindu) Thudugala
Elvin (Tharindu) Thudugala
I want to show and hide dynamically
@mphill If no one has strong objection. I'm OK.
@mphill are you ready to do a PR ? it look ok to me
@mphill @mos379 please try 10.0.0-preview02 ```cs var notification = new NotificationRequest { NotificationId = notificationId, Title = "Test", Description = $"Test Description", Geofence = { Center = { Latitude =...
@mos379 @mphill please try version 10.0.0
@mphill Try version 10.0.1 in Android is ExpirationDurationInMilliseconds == -1, location notification is not removed ```cs var notification = new NotificationRequest { NotificationId = notificationId, Title = "Test", Description =...
@mos379 @mphill https://github.com/thudugala/Plugin.LocalNotification/wiki/Location-Notifications
@zuzannaczaja can try below and remove UseLocalNotification(); ```cs public partial class AppDelegate : MauiUIApplicationDelegate { protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); public override bool FinishedLaunching(UIApplication app, NSDictionary options) { LocalNotificationCenter.RequestNotificationPermissionAsync().GetAwaiter().GetResult();...
I do not have access to mac now. Will be able to help debug the issue is so try ```cs public partial class AppDelegate : MauiUIApplicationDelegate { protected override MauiApp...
@mphill will you be able to help?