cordova-plugin-background-geolocation: IOS background - position changing very slowly?

Hi! This is more of a question on how to get as exact positions as possible when running in background on IOS (9.3). I do get regular position updates, but they change very slowly. Android works very well. So I wonder if someone have any hints on what to change or add?

I use these settings:

         desiredAccuracy : 10
         stationaryRadius : 20,  
         distanceFilter : 30,
         startForeground : false,
         interval : 60000, // Android
         locationProvider : <User can switch between both options>, // Android
         activityType : <I have tried the 4 different options>
         pauseLocationUpdates : false, // IOS
         saveBatteryOnBackground : false // IOS

Cheers -jo2

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 16 (1 by maintainers)

Most upvoted comments

Reduce distanceFilter. If that doesn’t give you short enough intervals, see #185. You might want to test the PR mentioned in that issue as well.