iOS error: Sending `messaging_notification_received` with no listeners registered
See original GitHub issueMy application is receiving this warning “Sending messaging_notification_received
with no listeners registered” and the callback is not calling. Android works fine.
- What version of RN and react-native-fcm are you running? 11.0.1
- What device are you using? (e.g iOS9 emulator, Android 6 device)? iOS 11
- Is your app running in foreground, background or not running? foreground
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:27 (12 by maintainers)
Top Results From Across the Web
can't receive notification in ios : sending FcmTokenRefreshed ...
i send notification with fire-base , in ios app i have this error : sending FcmTokenRefreshed with no listeners registered if app opened ......
Read more >[Solved]-can't receive notification in ios - appsloveworld
Coding example for the question can't receive notification in ios : sending FcmTokenRefreshed with no listeners registered-React Native.
Read more >Push notifications for Secure Mail - Citrix Product Documentation
To provide push notifications for iOS and Android, Citrix hosts a listener service on Amazon Web Services (AWS) to perform the following ...
Read more >Receive messages in a Flutter app - Firebase - Google
Handle background messages by registering a onBackgroundMessage handler. When messages are received, an isolate is spawned (Android only, iOS/macOS does not ...
Read more >Notifications Not Shown - Mobile Push
Devices must be online to receive push notifications. If your device is turned off, in airplane mode, has unstable or no internet connection,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
then you should see this line triggered https://github.com/evollu/react-native-fcm/blob/master/Examples/simple-fcm-client/ios/SimpleFcmClient/AppDelegate.m#L65 or this line triggered if you are in foreground https://github.com/evollu/react-native-fcm/blob/master/Examples/simple-fcm-client/ios/SimpleFcmClient/AppDelegate.m#L45
issue sounds resolved