Posts

Post not yet marked as solved
2 Replies
1.2k Views
Starting from iOS 12 the CLLocationManager doesn't run endless anymore in the background. The app get's terminated without a crashlog at random times. This was working fine before iOS 12.The demo app just launches an CLLocationManager and keep this running in the background. While running on the background we keep track of it by logging it. The problem is that the app get terminated by iOS. The demo app is created to demonstrate this problem.Steps to reproduceRun the app on the deviceGrand access to locationmanagerPut the app to the backgroundWait for 1-48hoursResult:The app is terminatedApp is terminated without any reason after random time.Expected result:The app is still running
Posted Last updated
.