I want to change the content of the notification before the notification gets displayed in the notification drawer. Is there a way to achieve this?
I want to change the content of the notification before the notification gets displayed in the notification drawer. Is there a way to achieve this?
isn't that what UNNotificationServiceExtension does?
Right in the description it says
UNNotificationServiceExtensionobject provides the entry point for a notification service app extension. This object lets you customize the content of a remote notification before the system delivers it to the user.