---
title: conditionUnsupported
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clmonitor-2r51v/event/conditionunsupported
---

# conditionUnsupported

A Boolean value that indicates whether the app receives location updates based on the supported condition.

## Declaration

```swift
var conditionUnsupported: Bool { get }
```

## Discussion

Discussion If this property is true, then the app isn’t receiving location updates because it’s monitoring a type of condition that isn’t supported.

## See Also

### Event states

- [accuracyLimited](corelocation/clmonitor-2r51v/event/accuracylimited.md)
- [authorizationDenied](corelocation/clmonitor-2r51v/event/authorizationdenied.md)
- [authorizationDeniedGlobally](corelocation/clmonitor-2r51v/event/authorizationdeniedglobally.md)
- [authorizationRequestInProgress](corelocation/clmonitor-2r51v/event/authorizationrequestinprogress.md)
- [authorizationRestricted](corelocation/clmonitor-2r51v/event/authorizationrestricted.md)
- [conditionLimitExceeded](corelocation/clmonitor-2r51v/event/conditionlimitexceeded.md)
- [insufficientlyInUse](corelocation/clmonitor-2r51v/event/insufficientlyinuse.md)
- [persistenceUnavailable](corelocation/clmonitor-2r51v/event/persistenceunavailable.md)
- [serviceSessionRequired](corelocation/clmonitor-2r51v/event/servicesessionrequired.md)
