We need to implement rich notification in current application with audio, video, image, gif.
I have implemented everything and its working fine. And today started test some more push notification, but nothing works..
Similar issue: https://forums.developer.apple.com/thread/61774
Normal notifications without mutable-content work fine. Why its not working when adding mutable-content key to payload?
As far as I tested, there is no problem with certificate side.. I am using NotificationService extension to show media attachment
Any idea?
My payload looks like below:
{
"aps":{
"alert":{
"body":"On my way to searching humanity….. Did u see that?",
"title":"God!!!"
},
"mutable-content":1,
"category":"imageIdentifier"
},
"pic_url":"https://umad.com/img/2016/5/big-bear-wallpaper-background-12353-12796-hd-wallpapers.jpg",
"mediaType":"image"
}
I am using APNS online tester https://pushtry.com/