Push Notification FCM in flutter at iOS

Hello,
I’m trying to send push notifications to a Flutter app using FCM.
It works fine on Android, but not on iOS.
I am working with [flutter_local_notifications] and [firebase_messaging] plugin, but on iOS it only reacts on “userNotificationCenter”.
If there is a better way to implement this feature, please let me know.
Thanks.

1 Like

Hello @zvgandam,

Welcome to the Sendbird Community.

Sendbird does not support sending iOS Notifications via FCM. We only send them via APNs.

Hello @Tyler,

Could you tell me how to redirect the APNs message to the desired screen in flutter?