EN VI

Is there a way to know the limit of notification on every Android devices?

2024-03-11 17:00:06
Is there a way to know the limit of notification on every Android devices?

I encountered this issue on Xiaomi devices, is there a way to know the limit of notification on every devices?

*Package has already posted or enqueued 25 notifications.  Not showing more.*

I tried finding a documentation about it, but it seems there's no any of it.

Solution:

TL;DR; I really suggest you rethink your notification strategy.

Do you really need to post that many notifications? Maybe, but for now, my answer is "not really". If you make so much noise, no matter what's notification is about and how important it is, it will be lost in that crowd. So if your app needs to really tell user that much, you should keep the track of notification details within your app (having i.e. dedicated activity with list of all the these information where user can enter either from within the app and by taping the notification) and then only post system notification once with summary message like "you have XX events.. whatever". Then, as time goes and there's more, just update that notification. That way user can still see all these w/o suffering from notification shade being overloaded. If s/he did not read previous 10 notifications yet, 11th makes no much of a difference.

Answer

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login