---
title: Monitoring location changes with Core Location
framework: corelocation
role: sampleCode
role_heading: Sample Code
path: corelocation/monitoring-location-changes-with-core-location
---

# Monitoring location changes with Core Location

Define boundaries and act on user location updates.

## Overview

Overview note: This sample code project is associated with WWDC24 session 10212: What’s new in location authorization and WWDC23 session 10147: Meet Core Location Monitor. Configure the sample code project Before you run the sample code project in Xcode, ensure that you’re using 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)
- [Adopting live updates in Core Location](corelocation/adopting-live-updates-in-core-location.md)
