Firebase Notification not received on device when sent via cURL/PHP
问题 I have an iOS app which is live on the app store. I am able to send push notifications to iOS devices which have the app installed, but only when I send them from the Firebase console. When I try to send push notifications via a cURL request, the response from the server indicates that I was successful but the message isn't received on the device. I have tried this with both multicast and single recipient payloads. I must be missing something more fundamental, but I can't see it. Here is my