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

# conditionLimitExceeded

A Boolean value that indicates whether the app receives location updates based on other monitoring conditions.

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

## Discussion

If this property is <doc://com.apple.documentation/documentation/Swift/true>, then the app isn’t receiving location updates because it’s monitoring too many other conditions of this type.

---

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)