<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreLocation",
  "identifier" : "/documentation/CoreLocation/CLServiceSessionDiagnostic/alwaysAuthorizationDenied",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "c:objc(cs)CLServiceSessionDiagnostic(py)alwaysAuthorizationDenied"
  },
  "title" : "alwaysAuthorizationDenied"
}
-->

# alwaysAuthorizationDenied

A Boolean value that indicates someone has not granted the always authorization to your app.

```
@property (nonatomic, readonly) BOOL alwaysAuthorizationDenied;
```

## Discussion

This property is `true` in the `CLServiceSessionDiagnostic` of a `CLServiceSession` created with an <doc://com.apple.documentation/documentation/CoreLocation/CLServiceSession-pt7n/AuthorizationRequirement/always>  goal if someone denies the app that authorization; otherwise `false`.

---

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)