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

iOS records location only on foreground. Also asks to enable "Always" for location but Always is not an option #1388

Closed ParisMichael closed 1 month ago

ParisMichael commented 1 year ago

Your Environment


## Expected Behavior
It should record locations when the app is not in foreground, i.e. when the user speaks on the phone

## Actual Behavior
Location is only captured when the App is in the foreground

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

## Context
<!--- What were you trying to do? -->

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

```<!-- Syntax highlighting:  DO NOT REMOVE -->
PASTE_YOUR_LOGS_HERE

christocracy commented 1 year ago

but Always is not an option

You failed to properly perform the iOS Setup

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 30 days with no activity.

ParisMichael commented 1 month ago

Thank You