-
Notifications
You must be signed in to change notification settings - Fork 38
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
Repeated notifications problem #8
Comments
I'm having the same issue, if you find a solution or workaround could you please share? |
I also have similar issue, just want a repeating notification 'every day' (at whatever time) - works on IOS but not on Android |
@mschristo @coleweusthem I used the exact same code as mentioned, only changed the day to the current date and see the following in the adb logs: Notification gets triggered only once (which is correct) and the logs show that the next trigger will be in 2020, which is also correct. Uninstall your app completely and try a fresh install. This will wipe any notification channels created earlier (from the original plugin). Since this fork supports mulitple channels you can create your own channels, so try to define a channel in your notification too while your at it. @robertfriston |
Hello @Steffaan, thank you for your answer but i still having troubles making this works. Can you please share your project that this functions works (i assume it's an example code project). Also i cannot see the "next trigger..." log in my logcat |
Sure, it's an empty cordova project where I added the plugin and your code snippet (don't forget to change the time of the notification) |
In case this helps I have never been able to get "Every" working, not in this fork or the original branch. |
Here's the bug report for the same issue from the original source: Before people start going on about setting count - I'll say it again |
Repeated notifications are not working as expected
Your Environment
cordova -v
): 8.0.0cordova platform ls
): 7.1.2Expected Behavior
Schedule a notification to trigger every time the date time match
Actual Behavior
The notification is triggered in the right time but it shows up multiple times at the same minutes and the app crashes
Steps to Reproduce
I set this:
Context
What were you trying to do?
Debug logs
The text was updated successfully, but these errors were encountered: