I know that with the iOS Notification Service Extensions it is possibile pre-process the push notifications. I'm searching for a procedure that allow me to skip the push notification is a condition is verified. For example if the push is not updated anymore I want avoid to disturb the user.
Is it possible with Notification Service Extensions, or other? I've already tried setting the body to empty string but the modify is discarded.
Thanks