iOS save notification to core data in background without notification service

Hi
I read the iOS notification book
But I’m worried if there is anyway to save the notification to the database when app is in background or killed, but without using and notification service
The issue with the notification service that we are using third party and it does not have default values
So each time my team need to send notification need to set the mutable content to true, and sometimes they might forget

So any advise please

Thank you so much

No there isn’t. The notification comes through regardless of whether or not the application is ruining. The only way you can intercept it is via the service.

1 Like