You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If I setup a notificationRequest with a Schedule.NotifyTime of let's say DateTime.Now.AddSeconds(5) and a Schedule.NotifyRepeatInterval of TimeSpan.FromMinutes(2), I will receive the first notification in 2 Minutes and not in 5 seconds.
My Observation with Nuget 11.1.1, latest Maui - Android Version 14.
With
RepeatType = NotificationRepeat.No,
NotifyTime = DateTime.Now.AddSeconds(10),
If App is in front, the Local Notification properly shown after 10 ~ 11 Seconds
If App is in background, the Local Notification shown after 13 ~ 14 Seconds
If App is killed immediately after set, the Local Notification shown after 17 ~ 20 Seconds
Describe the bug
If I setup a notificationRequest with a Schedule.NotifyTime of let's say
DateTime.Now.AddSeconds(5)
and a Schedule.NotifyRepeatInterval ofTimeSpan.FromMinutes(2)
, I will receive the first notification in 2 Minutes and not in 5 seconds.To Reproduce
make a request like this:
Expected behavior
I expected a first notification at
Schedule.NotifyTime
(in 5 seconds) and then repeated notifications every 2 minutes.Platform (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: