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
Is your feature request related to a problem? Please describe.
For me it is unclear how to handle the badgeNumber in a notification request. Example: I start a request R1 with badge B1 and RepeatInterval T1. Later I start request R2 with badge B2 and RepeatInterval T2.
This will result in swapping badges B1/B2 on the app icon upon receiving a notification. And if I delete R1, I will see badge B2
Describe the solution you'd like
I guess the badgeNumber should not be bound to a request.
Describe alternatives you've considered
It should be part of LocalNotificationCenter.Current.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
For me it is unclear how to handle the badgeNumber in a notification request. Example: I start a request R1 with badge B1 and RepeatInterval T1. Later I start request R2 with badge B2 and RepeatInterval T2.
This will result in swapping badges B1/B2 on the app icon upon receiving a notification. And if I delete R1, I will see badge B2
Describe the solution you'd like
I guess the badgeNumber should not be bound to a request.
Describe alternatives you've considered
It should be part of LocalNotificationCenter.Current.
Additional context
The text was updated successfully, but these errors were encountered: