-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application process don't stoped if this component have status Running #12
Comments
Read this This plugin uses |
It doesn't help me. |
Please forgive my English - google translate helps me |
The latest version is |
Hello |
Hello. Can I still count on your help? |
Sorry but I don't have enough time to investigate into it. |
Could you tell me. Can I modify this component through Android Studio or do I need to use some other tools |
@Witexp You can modify it through Android Studio or whatever. |
Your Environment
BackgroundGeolocation.configure({
desiredAccuracy: BackgroundGeolocation.LOW_ACCURACY,
stationaryRadius: 50,
distanceFilter: 50,
notificationTitle: 'Background tracking',
notificationText: 'enabled',
debug: false,
startOnBoot: false,
stopOnTerminate: true,
locationProvider: BackgroundGeolocation.ACTIVITY_PROVIDER,
interval: 10000,
fastestInterval: 5000,
activitiesInterval: 10000,
stopOnStillActivity: false,
startForeground: true,
url:
https://back-gpsgeo-default-rtdb.firebaseio.com/test.json
,syncUrl:
https://back-gpsgeo-default-rtdb.firebaseio.com/test.json
,syncThreshold: 10,
httpHeaders: {
'X-FOO': 'bar'
},
// customize post properties
postTemplate: {
time: '@time',
lat: '@latitude',
lon: '@longitude',
//foo: 'bar' // you can also add your own properties
}
});
Context
(I asked this question in mauron85/react-native-background-geolocation, then tried your component and see the same problem )
I wanted to use the @ darron1217 / react-native-background-geolocation component for Geo traking, but I noticed this situation - if you give a signal to start the component (BackgroundGeolocation.start ();), and then minimize and then swipe to close the application, then the application is like that remains hanging in memory (this can be seen through the adb shell - using the top command). I'm using BackgroundGeolocation.removeAllListeners (); in componentWillUnmount but it doesn't help
Expected Behavior
Actual Behavior
Possible Fix
Steps to Reproduce
Context
Debug logs
The text was updated successfully, but these errors were encountered: