You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to implement silent notification and notification service extension by updating the firebase backend function in chatSDK. We push the payload from backend with two keys 'content_available: true' and 'mutable_content:true'. It's received in the app side with 'content_available: 1' and 'mutable_content:1' in apns payload respectively. But we expect it as 'content-available: 1' and 'mutable-content:1' in apps payload. To get the above change and silent notification implementation what all are the changes I have to do in the firebase backend push function(PushListener & in PushChannels). Give some direction how to implement this.
The text was updated successfully, but these errors were encountered:
albin-joseph
changed the title
iOS push notification
iOS Silent push notification & Push notification service extension
Mar 26, 2021
I tried to implement silent notification and notification service extension by updating the firebase backend function in chatSDK. We push the payload from backend with two keys 'content_available: true' and 'mutable_content:true'. It's received in the app side with 'content_available: 1' and 'mutable_content:1' in apns payload respectively. But we expect it as 'content-available: 1' and 'mutable-content:1' in apps payload. To get the above change and silent notification implementation what all are the changes I have to do in the firebase backend push function(PushListener & in PushChannels). Give some direction how to implement this.
The text was updated successfully, but these errors were encountered: