What happens when a user does not respond to push notification?

Suppose the user is notified. The user did not respond to the notification. what's happening? will it close automatically? if so, what is the duration of the notification expiration on the device? Thanks in advance.

+3
source share
3 answers

The notification will not be closed automatically, but if another message appears - a text message, voicemail or even a notification from another application - then your notification will disappear effectively. If the notification payload includes an icon number for your application, then this will be updated; moreover, although when another notice replaces it, yours has passed.

+2
source

In your application, the behavior will be the same as if he clicked the close button.

0
source

, . , - (SMS push-)

0

All Articles