Skip to content

Commit

Permalink
Fixed typo in NSLocationAlwaysAndWhenInUseUsageDescription on README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Feb 29, 2024
1 parent fb082a7 commit 1daacb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Core Location supports different usage strings for each access level. You must i
| Usage key | Required when: |
|-----------------------------------------------------------|----------------------------------------------------------------------------------|
| `NSLocationWhenInUseUsageDescription` | The app requests When in Use or Always authorization. |
| `NSLocationAlwaysAndWhenInUseUsagDescription` | The app requests Always authorization. |
| `NSLocationAlwaysAndWhenInUseUsageDescription` | The app requests Always authorization. |
| `NSLocationTemporaryUsageDescriptionDictionary` | Used when you want to temporary extend the precision of your authorization level |
| | |

Expand Down

0 comments on commit 1daacb2

Please sign in to comment.