In the short period of notification service extension's
- (void)didReceiveNotificationRequest:(UNNotificationRequest *)request withContentHandler:(void (^)(UNNotificationContent * _Nonnull))contentHandler
I can modify the UNMutableNotificationContent properties except the userInfo. Taking a mutuablecopy of userInfo dictionary and altering and setting it back again is not working.