R
R
RaphaeI2018-01-10 10:24:12
Android
RaphaeI, 2018-01-10 10:24:12

For what reason do not receive notifications in the Android application on some smartphone models?

The application I developed has a background process that checks if there are new records on the remote server and, if so, creates a notification. On many devices, this always works, and it doesn’t matter if the application is currently open or minimized, whether it is in memory, etc. But on some, the notification is created only when you enter the application. What could be the reason?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
stoptalking, 2018-01-10
@RaphaeI

doses/standby. Starting with marshmallows, the possibilities of background components are very limited (in particular, their network activity)

S
Sergey Gornostaev, 2018-01-10
@sergey-gornostaev

The reason may be Doze .

O
Oleg Gamega, 2018-01-10
@gadfi

there is a background process that checks if there are new records on the remote server and, if so, creates a notification

why not just send fcm on a new record?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question