Hi all, I am trying to display the name of the group in the subtitle of the communication notification, like this: Here is my code: override func didReceive(_ request: UNNotificationRequest, withContentHandler contentHandler: @escaping (UNNotificationContent) -> Void) { self.contentHandler = contentHandler var personNameComponents = PersonNameComponents() personNameComponents.nickname = Test Person let avatar = INImage(url: URL(string: https:imageURL)!) let senderPerson = INPerson(personHandle: INPersonHandle(value: 1233211234, type: .unknown), nameComponents: personNameComponents, displayName: Test Person, image: avatar, contactIdentifier: nil, customIdentifier: nil, isMe: false, suggestionType: .none) let mePerson = INPerson( personHandle: INPersonHandle(value: 1233211232, type: .unknown), nameComponents: nil, displayName: nil, image: nil, contactIdentifier: nil, customIdentifier: nil, isMe: true, suggestionType: .none) let incomingMessagingIntent = INSendMessageIntent(recipients: [mePerson], ou