What location changes are coming in iOS 18
Asked on 08/02/2024
1 search
In iOS 18, several changes are coming to location authorization to improve transparency and control for users. Here are the key updates:
-
CoreLocation API Enhancements: The CoreLocation API has been updated to make it easier for apps to get latitude and longitude updates and state change events. This includes the introduction of
CLLocationUpdate
andCLMonitor
objects, which present an async sequence interface for these updates. -
Simplified Authorization Code: The process of obtaining location authorization has been simplified in Swift, reducing the complexity of the code required to request permissions.
-
Session Lifecycle Management: New features have been introduced to manage the lifecycle of location-dependent features within an app. This includes creating and holding
CLServiceSession
objects around feature sessions, ensuring that location services are used efficiently and only when needed.
For more detailed information, you can refer to the session What’s new in location authorization (09:24).
Relevant Sessions

Platforms State of the Union
Discover the newest advancements on Apple platforms.

What’s new in privacy
At Apple, we believe privacy is a fundamental human right. Learn about new and improved permission flows and other features that manage data in a privacy-preserving way, so that you can focus on creating great app experiences.

Elevate your tab and sidebar experience in iPadOS
iPadOS 18 introduces a new navigation system that gives people the flexibility to choose between using a tab bar or sidebar. The newly redesigned tab bar provides more space for content and other functionality. Learn how to use SwiftUI and UIKit to enable customization features – like adding, removing and reordering tabs – to enable a more personal touch in your app.