FCM push test message (for single device) not working on IOS

I have an ionic app on capacitor both for android and ios. Everything works great on my testing environment using Firebase-Cloud-Messaging. I am able to send and receive segment notifications to both devices. The only concern I have is when I try to send a single device notification through FCM interface (send test message) to IOS. The device is not receiving it. I have tried many things already. And since it not working there in interface, it is also not working when i test it though CURL. On the other hand, android is working perfectly. Any suggestions?

Appreciate

We’re having the same issue and can’t resolve it. Did you ever get it working?

Capacitor uses FCM on Android, but APNS on iOS. So capacitor-fcm did job for me, for ios specificallly. it’s extra plugin.