EddyVerbruggen / nativescript-local-notifications

:mailbox: NativeScript plugin to easily schedule local notifications
MIT License
162 stars 57 forks source link

`addOnMessageReceivedCallback` no data received #136

Closed jannomeister closed 5 years ago

jannomeister commented 5 years ago

Push notification is showing but the addOnMessageReceivedCallback listener doesn't return any data. :( I use nativescript-local-notification 3.*

Is there some kind of listener for iOS? that listens for incoming notifications when the app is in foreground? cause I might need it to make some logic when I received a notification from foreground.