App Center Push + Ionic 4

I installed the plugin, tested sending a push notification, received the notification, touched the notification, the app was started, but I can’t catch the event. I understand that if you click the notification and the app is activated, all the configuration between firebase, App Center and the app is working.

I tested in different ways, but I don’t have any clue about how to start the subscribed commands. Someone used this plugin in version 4 and had success?

I used the same code as provided in the official Ionic page and installed the plugin cordova-plugin-appcenter-push and the library @ionic-native/app-center-push as described in the link below:

1 Like

Is there any workaround to use appcenter push and capacitor for code push? Thank you