---
title: Adopting live updates in Core Location
framework: corelocation
role: sampleCode
role_heading: Sample Code
path: corelocation/adopting-live-updates-in-core-location
---

# Adopting live updates in Core Location

Simplify location delivery using asynchronous events in Swift.

## Overview

Overview note: This sample code project is associated with WWDC24 session 10212: What’s new in location authorization and WWDC23 session 10180: Discover streamlined location updates. Configure the sample code project The live updates sample requires Xcode 16 or later and iOS 18 or later.

## See Also

### Essentials

- [Configuring your app to use location services](corelocation/configuring-your-app-to-use-location-services.md)
- [Supporting live updates in SwiftUI and Mac Catalyst apps](corelocation/supporting-live-updates-in-swiftui-and-mac-catalyst-apps.md)
- [CLLocationManager](corelocation/cllocationmanager.md)
- [CLBackgroundActivitySession](corelocation/clbackgroundactivitysession-3mzv3.md)
- [CLLocationUpdate](corelocation/cllocationupdate.md)
- [Monitoring location changes with Core Location](corelocation/monitoring-location-changes-with-core-location.md)
