FCM
FCM copied to clipboard
ios Mutable Content
I am trying to enable mutable content in pushed and am using this data:
[
"badge": "0",
"sound": "default",
"mutable_content": "true",
"priority": "high",
// other stuff
]
why won't it run my code on the service extension?
@MihaelIsaev ideas?
even using apns specific stuff doesn't work
but the firebase console does
Hi @Mcrich23, sorry for the delayed response. Have you found a way to use mutable_content
yet?
Yes
@Mcrich23 is any fix needed in the lib for that?