How should I change how a remote notification is presented in iOS before the system presents it? In fact, silence it. There are times where my app has canceled a Firebase to
UPDATE: Please refer to this answer to track the latest changes
There is no interception possible for remote notifications
.
But the thing you want to do is possible like:
Remote Notifications
in background modes of your app's capabilitiesFootnote: In this approach, if the user has killed the app by swiping it up in the fast app switching mode, you won't be able to get any callbacks for your app in background when you receive a remote notification.