Firebase Notification To Device with FCM Token Says Sent but not received
I am attempting to send a simple push notification from the firebase notification console to a specific device using an FCM token. The firebase notification console shows the notification as sent but the device does not receive it. I have tried sending the notification and then waiting to see if the console logs from didReceiveRemoteNotification , but the notification takes too long (hours) to be shown as sent in the firebase console (even when I set the priority to high ). App Delegate import UIKit import Firebase import FirebaseStorage import FirebaseDatabase import FirebaseMessaging import