Regular GPS location
I need my application to regularly send the current GPS location to a REST service at regular intervals without intervention from the user.
Can you tell me if this is possible and the best way to go about it please.
I'm thinking that maybe I need to create a push event that doesn't notify the device user and then react to the event?
Thanks