Quantcast
Channel: Active questions tagged react-native+android - Stack Overflow
Viewing all articles
Browse latest Browse all 29516

Location not updating on server when app enters stationary when app is in background or is closed using mauron85/react-native-background-geolocation

$
0
0

Location updates correctly when app is in foreground or when sent to background while user is moving but if app goes into stationary region while app is closed or is background location stops to update. Even if I travel distance once app goes to stationary region from background or terminate state it does not exit stationary region and stops updating location on server.

Environment:

React Native version: 0.59.9Plugin version: 0.6.3Platform: AndroidOS version: 7Device manufacturer and model: Redmi Note 4

Plugin configuration options:

BackgroundGeolocation.configure({      desiredAccuracy: 10,      stationaryRadius: 10,      distanceFilter: 5,      notificationTitle: 'Background Tracking',      notificationText: 'Enabled',      debug: true,      startOnBoot: true,      stopOnTerminate: false,      locationProvider: BackgroundGeolocation.DISTANCE_FILTER_PROVIDER,      interval: 5000,      url: url,      syncUrl: url,      httpHeaders: {        ...this.props.headers      },      postTemplate: {        lat: '@latitude',        long: '@longitude',        id: id // you can also add your own properties`      }    })

Viewing all articles
Browse latest Browse all 29516

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>