-
Notifications
You must be signed in to change notification settings - Fork 1k
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
neither setDefaults or configure apis are working any way possible #490
Comments
I am facing the same issue on Android 9.1. I have tried both setDefaults() and configure() before and after backgroundMode.enable() or backgroundMode.on('activate').subscribe() but no luck unfortunately |
Same issue if I create my project wich 9.0.0 (cordova-lib@9.0.1) |
I was having the same issue, it appears that if a notification does not have a valid icon it ignores all of the defaults and doesn't work. |
All settings must be valid or it will fail:
I'm pretty sure silent mode will fail. As a user, I like knowing that an app is running in the background. BTW, from what I can tell, this plugin is really only useful for immediately resuming a session, instead of a cold-start. That said, that was what I was looking for at this point. It would be nice if I could do more things in the background, but such is the world of cordova open-source... |
neither of the given api's are changing the notification text title or color
i implemented the plugin like this
please guide us how to use it you are great
The text was updated successfully, but these errors were encountered: