I am looking for a way to delete some of the notifications from the notification panel when the app is closed. When the app is running in the background or foreground this is quite possible on both Android and iOS.
I have gone through docs and multiple articles to see if this is possible, and I found in android I can do this using a background service. But for iOS I think I'm confused.
Not sure didReceiveRemoteNotification:fetchCompletionHandler
can do it when the app is swiped off by the user.