iOS not receiving Firebase Push Notification sent through the API
问题 I'm using Google's Firebase Cloud Messaging to send push-notifications to my iOS and Android applications. The push-notifications sent through the Cloud Messaging console work just as intended, however when I send a push-notification through the API, the iOS application only receives it when in foreground. On Android, it is working correctly (both in foreground and background). Reading the documentation, the iOS system would then transfer the "notification" object to the system tray, as