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 reproduce
Result:
App is terminated without any reason after random time.Expected result:
Supposed to be fixed in 12.2. What iOS version are you running?
I have checked same issue on iOS 12.1 . But it is still open?
Could you please give me the proper issue explanation? Why this type of error ?