FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add accuracy authorization support (iOS 14+) and authorizationStatus monitoring by humblehacker · Pull Request #25 · AsyncSwift/AsyncLocationKit · GitHub

Add accuracy authorization support (iOS 14+) and authorizationStatus monitoring - #25

Merged
gre4ixin merged 1 commit into
AsyncSwift:mainfrom
humblehacker:add-accuracy-authorization
Dec 5, 2022
Merged

Add accuracy authorization support (iOS 14+) and authorizationStatus monitoring#25
gre4ixin merged 1 commit into
AsyncSwift:mainfrom
humblehacker:add-accuracy-authorization

Conversation

humblehacker commented Nov 19, 2022
edited
Loading

Copy link
Copy Markdown
Contributor

I found your library easy to work with (nice work!), so I went ahead and added support for CLAccuracyAuthorization, and also added CLAuthorizationStatus monitoring. I also built a quick and dirty sample app that uses these new API - Locations

Update: I also added support for getting and monitoring CLLocationManager.locationServicesEnabled()

Update2: I also fixed a bug where requests for always authorization would be ignored if we already have when-in-use authorization. (See: Request Always Authorization After Getting When In Use)

closes #24

gre4ixin self-requested a review November 19, 2022 21:43
humblehacker force-pushed the add-accuracy-authorization branch 4 times, most recently from b2832ac to bc02fe0 Compare November 22, 2022 18:05
gre4ixin previously approved these changes Nov 29, 2022

Copy link
Copy Markdown
Contributor Author

Thanks for your review @gre4ixin. Looks like PR #23 included some of my work from this PR, so after rebasing there's only one commit left.

gre4ixin merged commit e9788ff into AsyncSwift:main Dec 5, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

missing requestTemporaryFullAccessAuthorization

2 participants


Back | FazBrowse Home | New Git URL