flutter_local_notifications icon indicating copy to clipboard operation
flutter_local_notifications copied to clipboard

When updating the android app part of the pending notification are getting triggered.

Open spiderion opened this issue 1 year ago • 1 comments

When updating the android app from google play, part of the pending notifications are getting triggered.

spiderion avatar Jan 12 '24 09:01 spiderion

If you're running into this then you'll need to see if this something you can help fix. My understanding is running adb install -r ... mimics updating and haven't been able to reproduce this. The other thing is the plugin doesn't have code to fire notifications on an update. It does however, have code on Android that will reschedule notifications after a device has been turned on as turning a device off and on would normally clear out "alarms" (note: using the terminology from Android's API) set. Potentially this is related to your issue but these should be scheduled at the time specified and restarting a device with pending notifications would the way to reproduce this scenario

MaikuB avatar Feb 02 '24 09:02 MaikuB