Hi,
I want to make sure that a notification is not delivered multiple times, even if the user hasn't read previous one. Any suggestions on how I can do it?
So far I tried NotificationManager.CancelAll() before sending new notifications, but this doesn't cancel delivered unread notifications.
Is it expected behavior? If yes, what would be the recommendation here?
Hi,
I want to make sure that a notification is not delivered multiple times, even if the user hasn't read previous one. Any suggestions on how I can do it?
So far I tried
NotificationManager.CancelAll()before sending new notifications, but this doesn't cancel delivered unread notifications.Is it expected behavior? If yes, what would be the recommendation here?