transistorsoft / flutter_background_geolocation

Sophisticated, battery-conscious background-geolocation & geofencing with motion-detection
https://www.transistorsoft.com/shop/products/flutter-background-geolocation
Other
650 stars 241 forks source link

Locations are not getting frequently #1346

Closed sohamD07 closed 3 months ago

sohamD07 commented 3 months ago

Your Environment


## Expected Behavior
The location should get updated to server

## Actual Behavior
Very few locations are getting updated on the server. I tried using distance Filter with 10 value also tried locationUpdateInterval with 5 secs. Still I am not getting locations on regular basis. 

## Steps to Reproduce
<!--- reproduce this issue; include code to reproduce, if relevant -->
1.
2.
3.
4.

## Context
I have a delivery app, where I want to track delivery person's location on regular basis. Whenever a person marks his availability I start the live tracking from the startTracking helper method. I want regular locations whenever a person moves from one location to another location. I have 2 different Delivery apps with different codes, I am using the same transistor license in both app. In old delivery app this location package working fine, but in new delivery app it is giving mentioned issue.

Note:
1. I am using 2 different Delivery apps with different codes but with the same package name.
2. We have purchased transistor license, which we are using in both the apps.

## Debug logs
<!-- include iOS / Android logs
- ios XCode logs,
- use #getLog #emailLog methods (@see docs)
- Android: $ adb logcat -s TSLocationManager
-->
<details>
    <summary>Logs</summary>

``` <!-- syntax-highligting:  DO NOT REMOVE -->
PASTE_YOUR_LOGS_HERE

christocracy commented 3 months ago

Plugin version: Platform: iOS or Android OS version: Device manufacturer / model: Flutter info (flutter doctor):

sohamD07 commented 3 months ago

Hey, issue has been resolved. Thanks

christocracy commented 3 months ago

For the benefit of others finding this issue on the future, what was it?

pratikbutani commented 1 month ago

Hey, issue has been resolved. Thanks

Can you please let us know what was the issue?