I am having a problem with IOS. Push notifications work just fine on Android, but they are not working on IOS.
The certificate for Push notifications is fine.
I am using this in my config.xml file:
Inside package.json, I have:
"firebase": "^4.10.0"
“cordova-plugin-fcm”: {},
“phonegap-plugin-push”: {
“FCM_VERSION”: “11.6.2”
},
Any idea of what’s going on?