Question

I'm using Push Notifications in my application and have noticed that if around 50+ notifications arrive the draw stops displaying any new notification that may arrive.

This situation should be rare within my application but its still possible and I'm trying to find out more information about it (since I can't find a mention of a limit anywhere) and the best way to deal with it (so far I'm thinking using SQLlite and storing the overdraw notifications and showing them when the user dismisses a notification).

Was it helpful?

Solution

Please do not show "50+ notifications". Please show one Notification, updated perhaps to reflect 50+ events.

This is covered:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top