i wrote an application that schedule a daily check . i use setInterval() to schedule the check. problem is when the phone goes to sleep the check isn't happening.
i looked into a few background plugins like :
cordova-plugin-background-app ,
cordova-plugin-background-mode
what i dont understand is how to combine it with my timing
i need to run the check only when the app is on ,
but i need to run even if the phone is sleeping or the app is in the background.
help will be appreciated
Raven Radio