This is what i'm trying to achieve:
I need to write a service that every 60 seconds checks some data on a remote server and, if necessary, download a few bytes notifying the user.
The service must be constant, stable in time.
Assuming that i can't use the push server because the Apps need to work alone
Is there any way to do that?