react-native-background-geolocation
react-native-background-geolocation copied to clipboard
iOS hourly location tracking
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):
That is a job for background-fetch, which is already installed. See it’s readme. Call .getCurrentPosition() in your BackgroundFetch callback.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.