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
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