is there anything new related to location?

Asked on 06/12/2025

1 search

Yes, there are new updates related to location presented at WWDC. In the session titled "What’s new in location authorization," several enhancements were introduced:

  1. CL Service Session: A new declarative way to manage location authorization goals. It allows apps to specify what they need for each feature while running, making the process more robust and simplifying the code.

  2. Diagnostic Properties: A new system of diagnostic properties provides a complete contextual understanding of the current authorization state and the function of CoreLocation API objects. These properties help diagnose why an authorization goal cannot be met.

  3. Implicit Service Sessions: The new CoreLocation APIs can handle authorization goals implicitly, which means you might be able to update your app by simply deleting code, as the system can manage authorization states automatically.

For more details, you can refer to the session What’s new in location authorization.