Hello I would like to add Push Notification capabilities to my app. After some searching I’ve found that most the method that was used up until now is being phased out and the new Ionic Pro won’t offer Push Notifications.
After some further searching I came upon FCM and the cordova-plugin-fcm and ionic-fcm. I have managed to get it working on an android phone, however I am unable to get notifications to appear on iOS devices. The device receives a token, however when I send a notification from the FCM console it doesn’t appear on the iOS device, while Android devices receive it no problem. Any help would be really appreciated as I’ve been banging my head on this for quite some days now.
Hello, any luck getting this to work on iOS? I’m in the same boat - unable to generate any tokens in iOS (not to talk of notifications), but works fine on an android device.
Thanks, @jaydz. Does that mean it can’t even generate a token?? I with the documentation would’ve mentioned that!
I’m using HockeyApp to distribute the app - I’m not ready for the App Store yet.
Can you recommend a different (or better) push notification plugin? I need to receive notifications from Google Cloud Messaging whenever the Firebase data changes. I tried OneSignal, but it doesn’t work with the free version of Firebase (which only does http request to a Google-owned domain, something like that). I tried phonegap-plugin-push a while back, but didn’t test on iOS.