iOS Background Notifications Not Being Displayed in React Native App
I’m currently developing a React Native application and using Firebase Cloud Messaging (FCM) to handle notifications. The notifications work perfectly when the app is in the foreground. However, when the app is in the background, notifications are received, but the data payload is not being delivered to the app.
iOS Background Notifications Not Being Displayed in React Native App
I’m currently developing a React Native application and using Firebase Cloud Messaging (FCM) to handle notifications. The notifications work perfectly when the app is in the foreground. However, when the app is in the background, notifications are received, but the data payload is not being delivered to the app.