Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Silent push notification & Push notification service extension #471

Open
albin-joseph opened this issue Mar 26, 2021 · 0 comments
Open

Comments

@albin-joseph
Copy link

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.

@albin-joseph albin-joseph changed the title iOS push notification iOS Silent push notification & Push notification service extension Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant