Baseflow / flutter-permission-plugins

This repo contains a collection of permission related Flutter plugins which can be used to request permissions to access device resources in a cross-platform way.
https://baseflow.com
MIT License
52 stars 33 forks source link

kCLAuthorizationStatusAuthorizedWhenInUse was returning PermissionStatusDenied #25

Closed vincekruger closed 4 years ago

vincekruger commented 4 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Bug Fix

:arrow_heading_down: What is the current behavior?

kCLAuthorizationStatusAuthorizedWhenInUse was returning PermissionStatusDenied

:new: What is the new behavior (if this is a feature change)?

kCLAuthorizationStatusAuthorizedWhenInUse is now returning PermissionStatusGranted

:boom: Does this PR introduce a breaking change?

No

:thinking: Checklist before submitting