Hi guys,
I started to play around with background tasks. It is quite easy to use but there is one limitation I do not understand:
when a widget sets a temporal event to occur let's say in 1 minute (60 seconds), the event gets triggered also if the widget was closed, fine. Now if I start the widget again and try to setup the background task again I get the error message, that the temporal event cannot be created because the last one was created less than 5 minutes ago. I totally understand that this limitation is active when being inside an app/widget, but why is this limitation not resetted when I leave the app and open it again? Because in that case the user itself is the one who decides that he wants to again trigger this background task.
Thanks!
Bye