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

[Feedback]: The OneSignal SDK should offer a way to check whether a Notification channel created through OneSignal is enabled. #2095

Open
1 task done
raffaelgyr opened this issue May 23, 2024 · 2 comments

Comments

@raffaelgyr
Copy link

raffaelgyr commented May 23, 2024

What's on your mind?

In the OneSignal dashboard we can create Android Notification Channels, and the OneSignal SDK then creates these channels on the users device. After a notification channel has been created, the user can disable the channel to stop receiving certain notifications.
The OneSignal SDK seemingly doesn't provide a way for the app to check, whether a notification channel that was created through OneSignal is currently enabled or disabled and I am requesting that such a function should be added.

I often receive complaints from users that they don't receive notifications and disabled notification channels are one reason why they might not be receiving the notifications. If I was able to read out this value, I could let the user know what the problem is directly in the app.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@emawby
Copy link
Contributor

emawby commented May 23, 2024

@raffaelgyr Thank you for the suggestion! To further understand the use case, would this information mostly be useful for debugging or would you use it to drive some behavior in your app?

@raffaelgyr
Copy link
Author

I guess this counts as debugging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants