On a Catalyst app, the CLLocationManagerDelegate method didUpdateLocations is never called.
I have requested permission using requestLocation.
After granting it, the locationManagerDidChangeAuthorization method is called, with a positive authorizationStatus.
There I call requestLocation on the CLLocationManager object, but neither didUpdateLocations nor didFailWithError delegate methods are called.