Post

Replies

Boosts

Views

Activity

Reply to Error [MKCoreLocationProvider] CLLocationManager(<CLLocationManager: 0x6000003b86d0>) for <MKCoreLocationProvider: 0x6000033b05a0> did fail with error: Error Domain=kCLErrorDomain Code=1 "(null)"
Code=1 corresponds to the CLError.Code.denied error. You should probably handle again the location authorization by using func locationManager(_ manager: CLLocationManager, didChangeAuthorization status: CLAuthorizationStatus) { // here you call the function that manages the location rights at the app launch }
Feb ’22