iospush-notificationfirebase-cloud-messagingcapacitorcapacitor-plugin

Issue with receiving push notifications on iOS using Capacitor and Firebase


I am facing a problem with receiving push notifications on iOS using Capacitor and Firebase Cloud Messaging. Here are the details:

Despite these steps, notifications are not received on iOS devices/emulators. I would appreciate any guidance. Thank you in advance.


Solution

  • I used @capacitor-firebase/messaging plugin instead of @capacitor/push-notifications and that worked for me.

    ( This guide helped me ,Thanks to RGe )