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
The note in the Clearing section mentions for iOS:
will only clear the most recent critical notification from a given tag.
This statement is ambiguous, does it mean:
a) In case the level of the notification is critical, it will clear the most recent or
b) The feature to clear the notification only works for critical notifications in the first place
I am sending a passive notification and somehow sending a clear_notification message doesn't seem to be doing anything. Now I am unsure if clearing only works for critical messages (so b) ), or its something other I do wrong, so the notification isn't cleared?
The text was updated successfully, but these errors were encountered:
The note in the Clearing section mentions for iOS:
will only clear the most recent critical notification from a given tag.
This statement is ambiguous, does it mean:
a) In case the level of the notification is critical, it will clear the most recent or
b) The feature to clear the notification only works for critical notifications in the first place
I am sending a
passive
notification and somehow sending aclear_notification
message doesn't seem to be doing anything. Now I am unsure if clearing only works for critical messages (so b) ), or its something other I do wrong, so the notification isn't cleared?The text was updated successfully, but these errors were encountered: