What about background location updates in iOS 26?
Asked on 2025-06-27
1 search
In iOS 26, background location updates are managed through the use of continued processing tasks, which allow apps to continue work even after being backgrounded. This is particularly useful for tasks initiated by the user, such as exporting data in the background, with progress updates provided to the user. The system ensures that these tasks are completed reliably and allows users to monitor and cancel them if needed. Additionally, apps can benefit from background GPU access on supported devices, which can be enabled in Xcode project settings. This allows apps to adapt their task requirements based on the device's capabilities at runtime.
For more detailed information on background tasks in iOS 26, you can refer to the session Finish tasks in the background (11:23).

Finish tasks in the background
Discover background execution advancements and understand how the system schedules runtime. We’ll discuss how to get the most out of background runtime to allow your app to deliver features in the background while maintaining a great foreground experience. We’ll also cover how APIs provide background runtime for your app, and how each API is tailored for different use cases — including new APIs in iOS and iPadOS 26 that let your app finish tasks as your app transitions from the foreground to the background.

Keynote
Don’t miss the exciting reveal of the latest Apple software and technologies.

What’s new in location authorization
Location authorization is turning 2.0. Learn about new recommendations and techniques to get the authorization you need, and a new system of diagnostics that can let you know when an authorization goal can’t be met.
