ostownsville / cordova-plugin-fcm

Google FCM Push Notifications Cordova Plugin
21 stars 17 forks source link

iOS 11.4 Foreground - Notification showing only first time #43

Closed luigi37 closed 6 years ago

luigi37 commented 6 years ago

Hi all, On iOS 11.4 (tested with iPhone 5S) when I receive a notification in FOREGROUND and I close it, it doesn't get reiterated: My notification is supposed to show up every minute but instead, after the first notification, it does not appear again. On Android, instead, it's ok. Any reason for that?

luigi37 commented 6 years ago

To clarify better, it looks like this FCMPlugin.onNotification(function(data){

does not get called...

luigi37 commented 6 years ago

Apologies... just a mistake in my javascript logic... all is working right.