CLLocationManager while app is in background state
ios, ipad, iphone, objective-c
Solution
Yes, if `CLLocationManager` is first called `startUpdatingLocation` method, and in the `AppName-Info.plist` file is added `Required Background Modes -> App registers for location updates`
Problem
My question is: Is CLLocationManager continue running, while my app is inactive?