pointfreeco / composable-core-location

A library that bridges the Composable Architecture and Core Location.
MIT License
107 stars 56 forks source link

Adds support for requesting temporary full accuracy authorization #10

Closed tomhut closed 2 years ago

tomhut commented 2 years ago

Adds a new requestTemporaryFullAccuracyAuthorization function on supported platforms. This allows promoting a user for temporary access to their precise location after previously granting approximate location only.

mbrandonw commented 2 years ago

Actually I think we still needed the #if check for one part, and luckily Stephen has Xcode 11 still so we fixed it. Will merge if tests pass.

Thanks!

tomhut commented 2 years ago

@mbrandonw Brilliant, I really appreciate your help, and thank you so much for the fantastic videos.