I\'m looking for an open source app or library to track user location in the background. Now I\'m trying to do it with CLLocation and background tasks, but accu
CLLocation
Use
kCLLocationAccuracyBestForNavigation
check this.