react-native-background-geolocation icon indicating copy to clipboard operation
react-native-background-geolocation copied to clipboard

Background location service is not workong on iOS when location provider set to ACTIVITY_PROVIDER

Open SujashJoshi opened this issue 3 years ago • 1 comments

Your Environment

  • Plugin version: 0.6.6
  • Platform: iOS
  • OS version: 13
  • Device manufacturer and model:
  • Running in Simulator:
  • React Native version: 0.59
  • Plugin configuration options:
  • Link to your project:

Context

The Background Location Services doesn't work when the location provider is set to ACTIVITY_PROVIDER. It works when set to RAW_PROVIDER but the location services are not fetched.

Expected Behavior

Actual Behavior

Possible Fix

Steps to Reproduce

Context

Debug logs

SujashJoshi avatar Aug 05 '21 08:08 SujashJoshi

Background location service will work with DISTANCE_FILTER_PROVIDER location provider

prakashw3expert avatar Jul 15 '22 10:07 prakashw3expert