I am working on CLLocationManager
. My App is register for Background "App registers for location updates". But When I am calling "stopUpdatingLocation
" and went to background my app is not running more (My app become in Inactive state).
Why LocationManager
behaves like that? Even my app is register for background location updates.