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
So, I've configured push notifications in my app. I'm receiving them from my backend and Sendbird. My backend push notifications work perfectly. Send bird chat push notifications also work perfectly on Android. However, in iOS, none of my push notification callbacks work.
I'm using Firebase Messaging and Local Notifications to listen and implement callbacks to incoming notifications. While these callbacks are triggering on Android, they don't trigger at all on iOS.
I know my iOS permissions, etc, are correct; otherwise, I wouldn't be receiving notifications from my backend in iOS.
My app goes into production two weeks from now and I really need to get this wrapped up. Can someone from the team help me out with this?
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
-
So, I've configured push notifications in my app. I'm receiving them from my backend and Sendbird. My backend push notifications work perfectly. Send bird chat push notifications also work perfectly on Android. However, in iOS, none of my push notification callbacks work.
I'm using Firebase Messaging and Local Notifications to listen and implement callbacks to incoming notifications. While these callbacks are triggering on Android, they don't trigger at all on iOS.
I know my iOS permissions, etc, are correct; otherwise, I wouldn't be receiving notifications from my backend in iOS.
My app goes into production two weeks from now and I really need to get this wrapped up. Can someone from the team help me out with this?
Here's my Firebase messaging class:
Beta Was this translation helpful? Give feedback.
All reactions