MaikuB / flutter_local_notifications

A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux
2.42k stars 1.37k forks source link

Notification action problem #2345

Open ibraheemalani2 opened 1 month ago

ibraheemalani2 commented 1 month ago

Hi. There seems to be a problem with receiving background Notification response (onDidReceiveBackgroundNotificationResponse) when clicking on an action unless the showsUserInterface (for android) is true and I don't want it to be true. I defined a static method and annotated it with @ pragma('vm:entry-point') but still nothing. What is going wrong here?

MaikuB commented 2 weeks ago

Not sure what is going on with your scenario as I've not seen this happening with the example app. I've not seen others report this kind of issue either. Perhaps there a delay that made it look like it's not working?