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
656 stars 277 forks source link

autosync not merging data after device is back on wifi #1434

Closed sridhar-rachamshetty closed 6 days ago

sridhar-rachamshetty commented 2 months ago

Your Environment

Expected Behavior

Device is online its sending lat lng to server, device is disconnected, moved around for 5 kms and its connected back to wifi after coming back, it should send the saved lat lng in local sql database to server.

Actual Behavior

Its sending data when connected to wifi / mobile app i.e when its online, once its offiline and comes back on wifi it does not send the saved data in local sql database.

Steps to Reproduce

  1. Configure ready as given
  2. install the app
  3. disconnect from wifi / mobile connection
  4. travel for 5 kms to generate location data, come back and connect wifi

Context