I am trying to send Sendbird Push Notification to our Flutter App using FCM. While it is working fine with Android, it does not work with iOS (tried with flutter_apns library and works perfectly fine. Only APNs push comes in).
I need Sendbird Push Notification being sent using FCM “only” to work out internal screen redirecting logics for notification clicks. (can detect clicks with flutter_apns not FCM)
I have configured my APNs certificates for the Sendbird Projects.
- sending APNs token to set up sendbird push (flutter)
I think this post is related to Push Notification using FCM in Flutter(iOS)
Is there any way to solve this issue?