I send notifications from my server to a player when it’s his turn to act on a table. The problem is that the user can have several tables and he receives a lot of notifications.
What I want to do:
* If there is already a notification it should be updated (or canceled)
* If the app is active it should be dismissed
I have tried to use a collapse_key to group them but I *think* they only group them if the app is inactive, if it’s active they are received one by one (which is as expected I would guess but not really what I want)
Any help with this is highly appreciated!
Best regards,
Tomas