-
-
Notifications
You must be signed in to change notification settings - Fork 473
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 - cordova-plugin-local-notifications compatibility #95
Comments
I implemented this fork: https://github.com/Steffaan/cordova-plugin-local-notifications |
This fork not working with cordova-plugin-firebasex 10.0.0 and upper |
Hello FirebasePlugin[native]: willPresentNotification: foreground notification not set can you please help us to solve this? |
Hello, are there any updates for the problem? I also want to use both - local notifications and the firbeasex plugin. Thank you! |
resolved in |
Bug report
Current behavior:
This plugin works correctly. I have the problem when adding cordova-plugin-local-notifications (https://github.com/katzer/cordova-plugin-local-notifications), after adding it the "onMessageReceived" event does not fire.
If the application is in the background, the notification is received but when touching it "onNotification" does not fire. When the App is in foreground, it seems that the push do not arrive because the event in question is not triggered.
Expected behavior:
Necesito que convivan ambos plugins debido que debo enviar notificaciones locales y desde el servidor. Con cordova-plugin-firebase ambos funcionaban perfectamente.
Environment information
cordova -v
9.0.0 ([email protected])cordova platform ls
ios 5.0.1cordova plugin ls
cordova-plugin-firebasex 6.0.7 "Google Firebase Plugin"
cordova-plugin-local-notification 0.9.0-beta.2 "LocalNotification"
iOS build issue:
node -v
10.10.0npm -v
6.10.3Other information:
I will publish the compatibility issue with the other plugin, but I turn here first because it seems more updated and because with cordova-plugin-firebase I did not have this problem.
Anyone used both plugins and managed to make them work?
Thanks in advance, regards.
The text was updated successfully, but these errors were encountered: