MaikuB / flutter_local_notifications

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

How to handle onMessage on iOS? #2380

Open sinhpn92 opened 2 months ago

sinhpn92 commented 2 months ago

Hello,

I am currently integrating this library into my iOS application. My app is using FirebaseMessaging. I want to use local_notification to create a recurring schedule. I have been searching for a way to listen to the onMessage event, but it hasn't been working in both the foreground and background with local_notification. Does anyone have any suggestions for listening to local_notification as with onMessage?

Thank you very much.