You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, Im currently stuck not able to receive any Notifications from an IOS device. For android there where no issues at all.
But when i run it on IOS, i have not receive any notification from Firebase.
And i got this from the logs:
[Firebase/Messaging][I-FCM002022] APNS device token not set before retrieving FCM Token for Sender ID '[ID]'. Notifications to this FCM Token will not be delivered over APNS.Be sure to re-retrieve the FCM token once the APNS device token is set.
I followed entirely the steps from flutter fire. And also tried most solutions in stack overflow but nothing seems to work.
Running on [✓] Flutter (Channel stable, 2.10.1)
Added NotificationSettings on my code
Got a token from firebase as well
Implemented getInitialMessage, onMessage, onMessageOpenedApp, and onBackgroundMessage
Configured Signing Capabilities and Added Push Notification and Background Modes
Registered a Key in Apple Developer account
Once the key was added, I uploaded the File in Firebase console
also checked my Identifier in Apple Dev account to check push notification
In addition i even added the ImageNotification on my xcode project
Also added the code in AppDelegate to register the Push Notification
Im not sure what was missing from my implementation.
please help
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, Im currently stuck not able to receive any Notifications from an IOS device. For android there where no issues at all.
But when i run it on IOS, i have not receive any notification from Firebase.
And i got this from the logs:
[Firebase/Messaging][I-FCM002022] APNS device token not set before retrieving FCM Token for Sender ID '[ID]'. Notifications to this FCM Token will not be delivered over APNS.Be sure to re-retrieve the FCM token once the APNS device token is set.
I followed entirely the steps from flutter fire. And also tried most solutions in stack overflow but nothing seems to work.
Running on [✓] Flutter (Channel stable, 2.10.1)
Im not sure what was missing from my implementation.
please help
Thanks
Beta Was this translation helpful? Give feedback.
All reactions