I am struggling with the icon - I tried all kind of icons and spellings - but I do not see an icon on my iPhone or AppleWatch when push messages comes in.
Was anyone able to get this working?
So, i donāt think icon ever was supported on IOS, but this field has been in the sendBroadcastNotification call since the beginning, iām not sure if it was just there for android or what.
It was there since the beginning as you mentioned - way before we started supporting it in the Android app Adding support for it in the iOS app shouldnāt be too hard though?
On Android does this change the icon in the actual displayed notification on the OS or just when in the app? AFAIK , changing the notification icon is not normally possible on iOS (except for an exception for contact thumbnails for communication apps), we could display the icon in app if a notification comes in, but thats probably a small use case?
Both. Marks screenshot shows that both the app icon (left) as well as the specified icon (right) are shown, even though the exact presentation differs between devices. In the notification list either the specified icon is shown, or the app icon as default.
Yeah, so i canāt change the icon on the notification on iOS without requiring user interaction on the notification itself. The best we could do is create a custom UI for the notifications that shows the icon, but that would only be displayed on a long press, like how we show the media attachment and action buttons, thereās no way to change the icon on iOS in the general notifications view. I could also try and attach it as a media item i guess if one is not set, then at least it would show up on the right of the message as an image preview. Iāll play around with that maybe.