Closed AF-cgi closed 1 year ago
The mapping of the AuthorizationStatus for LocationPermission has been fixed. If you use the access case .whenInUse, the status return always .denied. This would be fixed with this PR.
AuthorizationStatus
LocationPermission
.whenInUse
.denied
Thanks, my bad
Release 10.0.1 available.
Goal
The mapping of the
AuthorizationStatus
forLocationPermission
has been fixed. If you use the access case.whenInUse
, the status return always.denied
. This would be fixed with this PR.