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

iOS hourly location tracking

Open Rajdeo-Das opened this issue 2 years ago • 2 comments

How to track the hourly location of the device in the background in IOS. I need to capture the user's location every hour with or without their movement.

Environment

  • Plugin version: ^4.8.1
  • Platform: iOS
  • OS version: All iOS iPhone
  • Device manufacturer / model: All iPhone.
  • React Native version (react-native -v):

Rajdeo-Das avatar Jan 05 '23 12:01 Rajdeo-Das

That is a job for background-fetch, which is already installed. See it’s readme. Call .getCurrentPosition() in your BackgroundFetch callback.

christocracy avatar Jan 05 '23 15:01 christocracy

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

github-actions[bot] avatar May 29 '24 01:05 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Jun 13 '24 01:06 github-actions[bot]