question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Notifications are not working on Android when application is closed

See original GitHub issue

We have problem with remote notifications, when application is closed on Android, then notifications are not working. But when I have application in Debug mode (Debug JS remotely), console will reboot after send remote notification but notification will not be displayed. When application is on foreground or minimized, notifications are working.

Package react-native-push-notification is normaly working in our app, we can see device info and other log informations about notification event in console, but when we close the app, notification is not displayed and phone is not ringing and we can not see notification in notification center.

This problem is only on Android devices.

"react-native": "0.45.1" "react-native-push-notification": "3.0.2"

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:5

github_iconTop GitHub Comments

1reaction
muhsin-kcommented, Jul 12, 2018

@manuTro @massoprod #547 resolved the issue 😉

1reaction
manuTrocommented, Jul 5, 2018

@massoprod how do you solve?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android Notifications Not Showing Up? 10 Fixes You Can Try
Android Notifications Not Showing Up? 10 Fixes You Can Try · 1. Reboot Your Phone · 2. Review the App's Notification Settings ·...
Read more >
How to Fix Notifications Not Showing up on Android - Lifewire
Restart your phone · Make sure you haven't disabled system notifications · Make sure you haven't turned off app notifications · Check your...
Read more >
Android push notification not working when the app is closed
After some research, all I got to know is that for some device if the background task is taking to much of your...
Read more >
Android Push notifications not working when app is closed
Try to split your problem in two parts. Firstly ensure that your NotificationReceivers onReceive() is called (e.g. put log there). If yes, than ......
Read more >
Control notifications on Android - Google Support
Open your phone's Settings app. · Tap Notifications and then · Under "Most recent," find apps that recently sent you notifications. To find...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found