IOS Notifications - cross platform app

Dear all,

I am struggling since a while with implementing IOS notification on an IOS app build with IONIC.

We have used the platform for building a cross app platform for Android and IOS. for Android it works.

Do you have any hints or advise on how to do this ?

Best Regards,
Ciprian

Hi cipbog,

I assume that you are using Google FCM to push the notifications. As you said the notificactions works on Android but not on iOS.

To make your notifications work on iOS you must set up a new configuration for iOS on FCM.
You can follow this tutorial: https://firebase.google.com/docs/cloud-messaging/ios/certs

You must upload the certificates generated to your FCM configuration for iOS.

Make sure your iOS APP has push notifications enabled on XCode. Follow this guide: https://help.apple.com/xcode/mac/current/#/dev88ff319e7

Best regards.