Using capacitor 4 with Cordova push Plugins not invoked registration for IOS

Using below Plugins for push notification for Ionic capacitor v6
We have again added “@havesource/cordova-plugin-push”: {
“ANDROIDX_CORE_VERSION”: “1.6.+”,
“FCM_VERSION”: “18.+”
},
@ionic-native/push”: “^4.12.2”,
@ionic-native/core”: “4.4.0”

Working fine with android but not invoked registration for IOS for APNS. any solution

You may have missed several configuration steps cordova-plugin-push/INSTALLATION.md at c3fb5b894afe17a05e21be135961f5831bafb1e0 · havesource/cordova-plugin-push · GitHub.

In any case you should be using capacitor plugin for push notifications.

1 Like

Hello,

Thanks for sharing the details.

We are migrated to Capacitor from Cordova and tried to integrate the @capacitor/push-notifications. But we faced lot of issues such as, in background notifications are not receiving by a device, on click notifications are not opening.

This is making us to stay back with (GitHub - havesource/cordova-plugin-push: Register and receive push notifications) and @awesome-cordova-plugins/push/ngx.

However, we are seeing the same issue which stated in this discussion. Do you have any alternative solutions to keep cordova-plugin-push plugin in capacitor project. Kindly suggest me which will help us a lot in delivering the app ASAP.

Thank you in advance!

1 Like