Modify UNNotificationRequest identifier in UNNotificationServiceExtension

hi!

Was hoping to be able to modify a notification's associated ID inside of UNNotificationServiceExtension, but it seems like it's not possible since the contentHandler only accepts type UNNotificationContent (not UNNotificationRequest). (docs here)

Thought it was worth a shot posting to see if anyone had found some workarounds to this, thanks!
Modify UNNotificationRequest identifier in UNNotificationServiceExtension
 
 
Q