---
title: authorizationDeniedGlobally
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clmonitoringevent/authorizationdeniedglobally
---

# authorizationDeniedGlobally

A Boolean value that indicates whether the app has system-wide authorization.

## Declaration

```occ
@property (nonatomic, readonly) BOOL authorizationDeniedGlobally;
```

## Discussion

Discussion If this property is true, then the app isn’t receiving location updates because it’s denied system-wide authorization.

## See Also

### Event states

- [accuracyLimited](corelocation/clmonitoringevent/accuracylimited.md)
- [authorizationDenied](corelocation/clmonitoringevent/authorizationdenied.md)
- [authorizationRequestInProgress](corelocation/clmonitoringevent/authorizationrequestinprogress.md)
- [authorizationRestricted](corelocation/clmonitoringevent/authorizationrestricted.md)
- [conditionLimitExceeded](corelocation/clmonitoringevent/conditionlimitexceeded.md)
- [conditionUnsupported](corelocation/clmonitoringevent/conditionunsupported.md)
- [insufficientlyInUse](corelocation/clmonitoringevent/insufficientlyinuse.md)
- [persistenceUnavailable](corelocation/clmonitoringevent/persistenceunavailable.md)
- [serviceSessionRequired](corelocation/clmonitoringevent/servicesessionrequired.md)
