transistorsoft / cordova-background-geolocation-lt

The most sophisticated background location-tracking & geofencing module with battery-conscious motion-detection intelligence for iOS and Android.
http://www.transistorsoft.com/shop/products/cordova-background-geolocation
Other
655 stars 277 forks source link

LocationTemplate is not updating via .setConfig or .configure methods. the location template set at the beginning is coming to server always. #1379

Closed qwicksoftteam closed 2 weeks ago

qwicksoftteam commented 1 year ago

Your Environment

Expected Behavior

the data should be updated after the reset method because the driver flag will change

Actual Behavior

the template set with null values in the beginning is hitting the server always. I have tried reset, configure and setconfig methods inside the reset method.

Steps to Reproduce

1. 2. 3. 4.

Context

Debug logs

Logs ``` PASTE_YOUR_LOGS_HERE ```
christocracy commented 1 year ago

You likely have existing locations in the plugins database. Locations in db are not re-rendered.

see api docs .getLocations(), .destroyLocations()

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 2 weeks ago

This issue was closed because it has been inactive for 14 days since being marked as stale.