Fetching location from iOS app's widget extension running on MacOS

I'm stuck fetching location inside iOS app's widget extension running on MacOS. locationManager.authorizationStatus == .notDetermined always returns true, meanwhile main app, running on MacOS has permission for location in MacOS system settings and doesn't have any problems with using geodata.

Is it possible to fetch a location inside of iOS app's widget extension running on MacOS and if yes, what could I be doing wrong?