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

[Feature]: Background push handler for silent push notifications #238

Open
mcalc001 opened this issue Dec 4, 2023 · 1 comment
Open

Comments

@mcalc001
Copy link

mcalc001 commented Dec 4, 2023

What problem are you facing?

Braze doesn't give out the box solution for background & Quit state messages. Specifically the ability to detect Silent push notification's when in background/quit state.

Workarounds

Currently the only work around would be to create our own react native bridge or to integrate another push notification provider to handle silent push notifications.

Ideal Solution

Our ideal solution would be the introduction of a background push handler in Braze, specifically designed to handle silent push notifications. This would mimic the functionality of setBackgroundMessageHandler currently available from @react-native-firebase

Other Information

No response

@jerielng
Copy link
Collaborator

Hey @mcalc001, thanks for raising this. Our handler methods aren't able to support background messages because they specifically notify of push updates via Braze, which require the SDK to be launched and running to be processed.

It's something we can look deeper into--if you wouldn't mind, could you file some product feedback here so we can assess how to prioritize this? Thank you!

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

2 participants