I have next case:
- for example I have few notifications in my bar (notification already received by user).
- user starts app using icon on desktop (not from notification).
- when user close application - the notifications still in notification-bar.
I checked few other games (some of them send really many notifications). And all of them remove all recieved notifications when I opened the app.
In my defold game I try to use
push.cancel
But it has no effect to already recieved notifications.
How I can to remove already recieved notifications from notification-bar when application starts?
UPD: I checked this issue only on android