#Essential Kit does not capture the remote notifications

1 messages · Page 1 of 1 (latest)

deft harbor
#

Hi @glass gulch , I have been using the plugin for a long time. I am using the version 2.7.0 now. The callbacks are not happening when I send a remote push notification for ios side. I have not tried the android side yet. I feel like something is conflicting with FirebaseMessaging. When I check the Xcode logs, I only see FCM: Received notification through notification center.. I placed breakpoints all over the places in NPAppDelegateListener.mm file and only initialization is working when I launch the app. Its like voxel listeners got removed. Any similar issues you guys heard about this issue? Any thoughts?

glass gulch
#

On iOS we provide func for apns alone.

#

Direct FCM support is not available.

deft harbor
#

@glass gulch , found the problem. Just in case if anyone experience this issue. Even though i was not using the FCM, just having the Firebase Messaging Library in the project breaks Essential Kit notifications. As soon as Firebase initializes FCM, Essential Kit notifications stops working. The solution was to remove Firebase Messaging Library completely.

glass gulch
#

Actually you don't need fcm plugin as we resolve the required libraries automatically. But we have users using fcm on iOS too where they want to use fcm server for ios notification delivery.