While I'm able to instantiate CLLocationManager in my Notification Service extension, I do not get any location update. (I get the location update if the location manager is part of a framework.) How can I get the callback by instantiating CLLocationManager directly in my extension.