You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue with calculating the count of unread local and remote notifications.
I can not handle the unread notification badge number and calculate the next number.
Some of the users' notifications are sent by our marketing panel (remote) and also users have their local notifications.
And I need to handle both of these types and calculate the next number of the app icon badge.
I know this library provides setApplicationIconBadgeNumber but it doesn't help me with this issue.
When some notifications send from our marketing panel, the app isn't open and I can not calculate the next badge number manually (by getting the previous badge number and increasing it by 1).
I need an automatic way to increase the badge number without any calculation. and it should work for local and remote notifications.
Is there any solution?
Can someone help me with this issue?
The text was updated successfully, but these errors were encountered:
Hello there.
I have an issue with calculating the count of unread local and remote notifications.
I can not handle the unread notification badge number and calculate the next number.
Some of the users' notifications are sent by our marketing panel (remote) and also users have their local notifications.
And I need to handle both of these types and calculate the next number of the app icon badge.
I know this library provides
setApplicationIconBadgeNumber
but it doesn't help me with this issue.When some notifications send from our marketing panel, the app isn't open and I can not calculate the next badge number manually (by getting the previous badge number and increasing it by 1).
I need an automatic way to increase the badge number without any calculation. and it should work for local and remote notifications.
Is there any solution?
Can someone help me with this issue?
The text was updated successfully, but these errors were encountered: