diff --git a/apps/ios/Sources/Gateway/GatewayConnectionController.swift b/apps/ios/Sources/Gateway/GatewayConnectionController.swift index 8b0480fcd3f..5ce40eeaa1f 100644 --- a/apps/ios/Sources/Gateway/GatewayConnectionController.swift +++ b/apps/ios/Sources/Gateway/GatewayConnectionController.swift @@ -895,6 +895,7 @@ final class GatewayConnectionController { if let appModel = self.appModel { permissions["location"] = Self.isLocationAuthorized( status: appModel.locationAuthorizationStatus()) + && CLLocationManager.locationServicesEnabled() } permissions["screenRecording"] = RPScreenRecorder.shared().isAvailable