Chris Scott
Chris Scott
>we also need to track manually when we've asked for it already That's correct. The updated logic in `background-geolocation`plugin keeps track of a `config.didRequestUpgradeLocationAuthorization`, stored in `NSUseDefaults`. Note that if...
@zoontek I'm the author of [react-native-background-geolocation](https://github.com/transistorsoft/react-native-background-geolocation). Requesting `Always` permission with *Android 11 / `targetSdkVersion 30`* is *really* tricky. 1. `Manifest.permission.ACCESS_BACKGROUND_LOCATION` must be requested on its own (cannot be combined with...
@zoontek Maybe another way to handle this without your library producing a native Android `Dialog` would be to offer an event like `onRationalize(permission)`, where the develop would take full responsibility...
>I personally hate apps that request Always My plugin was originally designed for tracking first-responders in disaster-zones (hurricanes, earthquakes), where life depended on it. It is ideally suited for *fleet-tracking*...
[cordova-background-geolocation](https://github.com/transistorsoft/cordova-background-geolocation-lt/blob/master/docs/geofencing.md) supports *Infinite* geofences.
That was just a one-off script I used to generate location-data for a blog-entry. That script wasn't supposed to be committed. I see no need for sample-data in the repo.
Uninstall / re-install plugin.
See http://dontkillmyapp.com
Show me XCode logs of your app booting.
I just booted a fresh Ionic 1 app using `[email protected]`. I have no issues. Are you sure you don't have Javascript errors?