Replies: 3 comments 3 replies
-
I guess you refer to Android. No, we are using the following API and there doesn't seems to be a way to differentiate between those two notification types: https://developer.android.com/reference/android/app/NotificationManager#getActiveNotifications() |
Beta Was this translation helpful? Give feedback.
-
Would be nice to include this in the documentation.. |
Beta Was this translation helpful? Give feedback.
-
On the same topic - there is another unexpected issue with delivered notifications on Android. Unlike iOS - the data part of the notification is missing. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using both local notifications and FCM, and getDeliveredNotifications method of this plugin will also return the local notifications.
Similarly, the Capacitor local notifications plugin will also return FCM notifications.
Is this the intended behavior?
Is there a best practice to differentiate between the two?
Beta Was this translation helpful? Give feedback.
All reactions