Flutter iOS adding UNNotificationServiceExtension to the app

100 Views Asked by At

I'm trying to alter the push notification received via APNs before showing it to the user, and I feel like UNNotificationServiceExtension is the answer... but I can't find a way to trigger the didReceive function even if I add the extension through XCode -> File -> Target -> Notification Service Extension... Help me please

note: I'm not using FCM for iOS...

0

There are 0 best solutions below