MihaelIsaev / FCM

⚡️ PushNotifications through FireBase for Vapor 3 and 4.
MIT License
125 stars 36 forks source link

ios Mutable Content #41

Open Mcrich23 opened 1 year ago

Mcrich23 commented 1 year ago

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 commented 1 year ago

@MihaelIsaev ideas?

Mcrich23 commented 1 year ago

even using apns specific stuff doesn't work

Mcrich23 commented 1 year ago

but the firebase console does

MihaelIsaev commented 3 months ago

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

Mcrich23 commented 3 months ago

Yes

MihaelIsaev commented 3 months ago

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