I am having issues with building some kind of a timer thing in my
background application:
setInterval doesn't work for that and throws an error about that it
doesn't work in hidden apps.
How is the setInterval method can be implemented in such cases?
Any tips are very appreciated.