<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.0 -",
    "tvOS: 9.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreLocation",
  "identifier" : "/documentation/CoreLocation/CLAuthorizationStatus/authorizedAlways",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "c:@E@CLAuthorizationStatus@kCLAuthorizationStatusAuthorizedAlways"
  },
  "title" : "CLAuthorizationStatus.authorizedAlways"
}
-->

# CLAuthorizationStatus.authorizedAlways

The user authorized the app to start location services at any time.

```
case authorizedAlways
```

## Discussion

This authorization allows you to use all location services and receive location events whether or not your app is in use.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)