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
You need to add in your "Info.plist" file the key UIBackgroundModes (array) with the value "location" (app registers for location updates).
You can check all background modes here.