NativeScript / nativescript-geolocation

Geolocation plugin to use for getting current location, monitor movement, etc
Apache License 2.0
139 stars 76 forks source link

Location tracking in background, location watcher is not detecting location changes. #251

Closed karo-dc closed 4 years ago

karo-dc commented 4 years ago

is there a detailed documentation for location's tracking in background? there are several closed issues about it but it's not clear if the solutions are within the plugin or should i write a separate code?

Which platform(s) does your issue occur on?

tbozhikov commented 4 years ago

Hey @karo-dc, the entire documentation of the plugin is in the README file.

Regarding tracking in background on Android, refer this file. For iOS, there is an option iosAllowsBackgroundLocationUpdates, documented here. This issue comment could give you other hints as well.

Hope this helps!

support[bot] commented 4 years ago

:wave: @karo-dc, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please, use Stackoverflow to get help.