# \[Push Notification\]

**URL:** https://community.sendbird.com/t/push-notification/5693
**Category:** Flutter
**Tags:** push-notification
**Created:** [September 28, 2022, 5:32am UTC](https://community.sendbird.com/t/push-notification/5693 "2022-09-28T05:32:16Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hotsunny.kang](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/hotsunny.kang/32/3135_2.png) [@hotsunny.kang](https://community.sendbird.com/u/hotsunny.kang)
#### Post date: [September 28, 2022, 5:32am UTC](https://community.sendbird.com/t/push-notification/5693/1 "2022-09-28T05:32:16Z")

</div>

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)](https://community.sendbird.com/t/push-notification-using-fcm-in-flutter-ios/3335)

Is there any way to solve this issue?
