Local Notification plugin in case of “every” keeps on sending the notification for every second until that minute is crossed leading to app becoming unresponsive.
Example : If I set a repeating notification of type every day at time 02:00 pm , then notification will be sent continuously for 1 minute until time becomes 02:01 pm.And till this time the app becomes unresponsive.
Please guide as to what should be done in this case to solve this issue.
I read at a few places of using count : 1
But the problem with that is that count : 1 limits the notification to once and it is not repeated the next day.
Link of plugin : https://ionicframework.com/docs/native/local-notifications