---
title: "liveUpdates(_:)"
framework: corelocation
role: symbol
role_heading: Type Method
path: "corelocation/cllocationupdate/liveupdates(_:)"
---

# liveUpdates(_:)

Tells Core Location to start delivering the location updates it produces for the configuration you specify.

## Declaration

```swift
static func liveUpdates(_ configuration: CLLocationUpdate.LiveConfiguration = .default) -> CLLocationUpdate.Updates
```

## Parameters

- `configuration`: A configuration that describes the updates for the framework to deliver.

## Mentioned in

Creating a location push service extension

## Return Value

Return Value CLLocationUpdate.Updates that meet the criteria you specify.

## See Also

### Receiving location updates

- [CLLocationUpdate.LiveConfiguration](corelocation/cllocationupdate/liveconfiguration.md)
- [CLLocationUpdate.Updates](corelocation/cllocationupdate/updates.md)
