Agontuk / react-native-geolocation-service

React native geolocation service for iOS and android
https://www.npmjs.com/package/react-native-geolocation-service
MIT License
1.61k stars 291 forks source link

IOS app getting suspended after 5/6 minutes in the background #404

Open Fourkan246 opened 1 year ago

Fourkan246 commented 1 year ago

I have added "NSLocationWhenInUseUsageDescription NSLocationAlwaysUsageDescription NSLocationAlwaysAndWhenInUseUsageDescription" in the info.plist during the setup process and also added location as a background mode from Signing & Capabilities _> Capability.

But the problem is after every 5-6 minutes the IOS app stops updating the location in the background while using the watchPosition method.