how do you clear a remote notification that has been clicked

How do you clear a remote notification that has been clicked but leave the ones that have not been clicked?

On iOS or Android?

Thanks

Rob

For now iOS. I have not got to the Android version yet.

I don’t know of a way to clear push notifications from the app.  iOS maintains all of that behind the scenes.

I can clear all of them if I use system.cancelNotification() but it would be nice just to clear the one that was clicked. Do you think that is something possible using the Enterprise version with an added Native API/library?

I’m also facing the same problem. I think it would be nice to be able to clear specific push notification as it is possible with local notifications

I don’t know if it can be done with Enterprise or not, but if it’s possible in native apps, then it should be.  You should be able to see what code would do it by searching Google for it.

Rob

On iOS or Android?

Thanks

Rob

For now iOS. I have not got to the Android version yet.

I don’t know of a way to clear push notifications from the app.  iOS maintains all of that behind the scenes.

I can clear all of them if I use system.cancelNotification() but it would be nice just to clear the one that was clicked. Do you think that is something possible using the Enterprise version with an added Native API/library?

I’ve been searching for a solution for some time and I found nothing. Looks like the only way possible is to clear all push notifications with system.clearAllNotifications() . Please write back if you find some way of deleting only specific notifications

Also the problem can be worked around if we could get a list of all unclicked push notifications. Is there such functionality available?

I’m also facing the same problem. I think it would be nice to be able to clear specific push notification as it is possible with local notifications

I don’t know if it can be done with Enterprise or not, but if it’s possible in native apps, then it should be.  You should be able to see what code would do it by searching Google for it.

Rob

I’ve been searching for a solution for some time and I found nothing. Looks like the only way possible is to clear all push notifications with system.clearAllNotifications() . Please write back if you find some way of deleting only specific notifications

Also the problem can be worked around if we could get a list of all unclicked push notifications. Is there such functionality available?

Hi,

is there an update on  this

Hi,

is there an update on  this