We did implement the intercom Integration with our mobile app and everything works like a charm BUT we realised we are sending communications to our clients over the chat but they don't seem to realise messages are waiting for them since the app badge count is zero.
I'd tried to increase the value over the AppDelegate methods but can't make it increase the count when the app is not running or in background.
Also tried to create a Notification Extension for the app but the criteria for the modifications won't meet since the payload of the notifications has the value mutable content set to false (mutableContent: NO)
Another way to make this work would be to send notifications as silent ones but don't know if the payload from Intercom's notifications is customisable.
Any help with this subject would be much appreciated.
Bests.