How to remove ScheduledNotifications from IOS

I create scheduled notifications successfully using scheduleLocalNotificationAsync.
I try to call cancelAllScheduledNotificationsAsync but the existing notifications still remain.
I tried passing the id returned from scheduleLocalNotificationAsync to cancelScheduledNotificationAsync but I get a runtime error telling me cancelScheduledNotificationAsync is not a function.
I even tried setting the badge number to 0.

How do I remove scheduled notifications in IOS?

cancelAllScheduledNotificationsAsync should work. Maybe post a code sample?

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.