Hi,
Yes, we are using the "mutable-content": 1 in notification payload, please see below -
{
"aps": {
"alert": {
"title": "title",
"subtitle": "subtitle",
"body": "body"
},
"category": "subway",
"badge": 1,
"sound": "default",
** "mutable-content": 1**
},
"_mld": "47785028",
"_did": "1d9ba0",
"customData": {
"message": "This is a regular notification message."
}
}
Also in UNNotificationService Extension we are passing the details to Adobe Campaign (as we are using Adobe as our Notification platform), please see the attachment