rs / pushd

Blazing fast multi-protocol mobile and web push notification service
MIT License
1.16k stars 224 forks source link

Is it possible to replace/delete the existing push notification when its not yet unread? #141

Open akkina9 opened 8 years ago

akkina9 commented 8 years ago

Usecase: Message App: When I get a new message, I would get a push notification which says '1 Unread message'. When another message comes (and I did not take any action on previous notification), I would the previous notification to be replaced (or delete and new one) to say '2 Unread messages'.

Any ideas on how I could accomplish this on both iOS and Droid?