I am developing an enterprise application using Cordova(Phonegap).
I have to get location updates every 5 minutes and send it to my web services, even if the application is in background(not in the running state).
Does anybody have a solution or an idea for this problem ?
Here is plugin in Cordova for getting geolocation in background
cordova-plugin-background-geolocation
hope it will help with what you're looking for.
Regards.