I have followed the instructions in this great Gist to get a INSendMessageIntent
working to display the user's profile image on iOS 15. And it works great.
However, I am unable to figure out how to get the image for a group message to be displayed.
I cannot get it to simultaneously show both the group name and an icon for it. If I don't provide the group as an INPerson in recipients
then speakableGroupName
will not appear in the notification UI. But the INImage
on the group's INPerson
is never displayed, nor is the sender's image when I do this.
iMessage seems to show the group icon as well as the group name, so it seems possible with this API.