Dear Ionic members!
I am reaching you out as I am looking for help with regards to Push Notifications.
My push notifications are perfectly working on Android Device.( already in google store).
But they are not working on IOS device which I am testing on TestFlight. I see that the App stores device token to my database but It is not receiving the push notifications.
I resolved this problem using APNS.( Apple push notification services.) I created distribution certificate and transformed it to .p12 format and afterwards to .pem format so my background service - nodejs with apn plugin would work. Now I am able to receive all notifications and it works perfectly. Just look for nodejs apn and you would succeed.
Hey, will you please share the code. I have been trying this for months in ionic 3 and could not get the notifications on IOS devices. I tried both admin FCM and node apn as backend. any help will be much appreciated.
thanks.