Skip to content

How can i remove a notification by id? #347

Answered by BrianJRobinson
Kiriakos41 asked this question in Q&A
Discussion options

You must be logged in to vote

// notifId is the Identifier of the Notification that was created.
LocalNotificationCenter.Current.Cancel(new int[] { notifId }); works for me in Android, but seems to do nothing in iOS 16.2

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Kiriakos41
Comment options

Answer selected by thudugala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants