---
title: CLAuthorizationStatus.authorizedAlways
framework: corelocation
role: symbol
role_heading: Case
path: corelocation/clauthorizationstatus/authorizedalways
---

# CLAuthorizationStatus.authorizedAlways

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

## Declaration

```swift
case authorizedAlways
```

## Discussion

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

## See Also

### Getting the authorization status

- [CLAuthorizationStatus.notDetermined](corelocation/clauthorizationstatus/notdetermined.md)
- [CLAuthorizationStatus.restricted](corelocation/clauthorizationstatus/restricted.md)
- [CLAuthorizationStatus.denied](corelocation/clauthorizationstatus/denied.md)
- [authorized](corelocation/clauthorizationstatus/authorized.md)
- [CLAuthorizationStatus.authorizedWhenInUse](corelocation/clauthorizationstatus/authorizedwheninuse.md)
