FCM icon indicating copy to clipboard operation
FCM copied to clipboard

ios Mutable Content

Open Mcrich23 opened this issue 1 year ago • 6 comments

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?

Mcrich23 avatar Aug 10 '23 22:08 Mcrich23

@MihaelIsaev ideas?

Mcrich23 avatar Aug 13 '23 23:08 Mcrich23

even using apns specific stuff doesn't work

Mcrich23 avatar Aug 14 '23 03:08 Mcrich23

but the firebase console does

Mcrich23 avatar Aug 14 '23 03:08 Mcrich23

Hi @Mcrich23, sorry for the delayed response. Have you found a way to use mutable_content yet?

MihaelIsaev avatar Jun 14 '24 09:06 MihaelIsaev

Yes

Mcrich23 avatar Jun 14 '24 14:06 Mcrich23

@Mcrich23 is any fix needed in the lib for that?

MihaelIsaev avatar Jun 14 '24 14:06 MihaelIsaev