My app using FCM
, and it contains notification
key in FCM message body
. Most of devices, when click the notification
, it's removed from notification tray
. But, it is not removed in my Asus Zenpad 8, android 5.0.2
tablet device. This is bug steps:
steps 1:
- push
notification
A - push
notification
B click
notification
A => A not removed fromnotification tray
4A. -- click
notification
B => both A, B removed fromnotification tray
4B. -- click
notification
A => Nothing happened, both A, B still kept onnotification tray
.
steps 2:
- push
notification
A - click
notification
A => A not removed fromnotification tray
- continue click
notification
A => Nothing happened, A still kept onnotification tray
.
Is there a solution to set autoCancel
from FCM
message, or handle remove
each notification
from client side?