Clearing notifications not working for OS 17

My application requires me to clear all the notifications from the notification centre after a certain time duration.

I have tried using a combination of removeAllDeliveredNotifications & removeAllPendingNotificationRequests and they work fine up until OS 17.

So then I tried using removeDeliveredNotificationsWithIdentifiers & removePendingNotificationRequestsWithIdentifiers to check if it works consistently for all OS, but they hasn't worked either.

Is there any other way to clear the notifications consistently for all OS?

I have the same problem, but the difference between me and you is that my devices under ios 17 do not work well

Clearing notifications not working for OS 17
 
 
Q