I try to send notification to my android and ios IONIC app using FCM. I use
phonegap-plugin-push Plugin : v2.0.0-rc5
I try to send notification from Firebase successfully landed in my Android device but in iOS in response I get a message "Invalid registration token. Check the token format."
I follow all steps based on phonegap-plugin-push doc, and I copy Google-Services.plist created in Firebase in my app folder. in response I get Notification ID also in my iPhone.
Please help me.