Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Notifications not displaying when the app force stopped from settings

Please find below the description for one of the issue posted in my project.

"A user has just reported to my client that she does not receive the Android notifications when the app is hard closed(Force Stop).I have just tested this and can confirm that the notification was not received when the app was hard closed (but it was received if the app was in the background).Can you confirm the expected behaviour? I have discussed this with one of our Android developers and he says that notifications should always be received whether the app has been hard or soft closed."

Please let me know is this expected behavior in android ?,

if yes please provide me some details regarding this.

or

if it is possible to resolve this issue please provide me some samples.

like image 848
Ganesh Avatar asked Mar 22 '13 12:03

Ganesh


People also ask

Why do I only get notifications when I open the app?

You can check notification settings from System Settings > Apps and Notifications > Apps > Messages. Then click on the Notifications option and make sure All Messages notifications is toggled on. Also, Android supports multiple channels for notifications.

Why is my phone not showing app notifications?

Open your phone's Settings app. Notifications. Under "Lock screen," tap Notifications on lock screen or On lock screen. Choose Show alerting and silent notifications.

Why am I not getting notifications even though they are turned on Android?

Cause of Notifications Not Showing up on AndroidEither system or app notifications are disabled. Power or data settings are preventing apps from retrieving notification alerts. Outdated apps or OS software can cause apps to freeze or crash and not deliver notifications.


1 Answers

read this. After force stopped your app wont get any notification. It is completely dead until user will start it manually (via launcher/intent/etc.).

like image 120
Leonidos Avatar answered Oct 20 '22 16:10

Leonidos