Search code examples
androidioscordovaphonegap-pluginscordova-plugins

How to get geolocation every 5 minutes even app is not running state in Cordova


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 ?


Solution

  • 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.