I am facing a problem with receiving push notifications on iOS using Capacitor and Firebase Cloud Messaging. Here are the details:
PushNotifications.register()
runs successfully and the FCM token is obtained from iOS device."@capacitor/core": "^5.0.0"
, "@capacitor/push-notifications": "^5.0.4"
and "@capacitor/ios": "^5.0.5"
.Despite these steps, notifications are not received on iOS devices/emulators. I would appreciate any guidance. Thank you in advance.
I used @capacitor-firebase/messaging plugin instead of @capacitor/push-notifications
and that worked for me.
( This guide helped me ,Thanks to RGe )