NSLocationRequireExplicitServiceSession

Could anybody give me an example how to set the „NSLocationRequireExplicitServiceSession“ in the info.plist correctly? Thank you

Checkout this sample code: https://developer.apple.com/documentation/corelocation/monitoring-location-changes-with-core-location

Associated with the talk here: https://developer.apple.com/videos/play/wwdc2023/10147

Referenced from Adam's WWDC24 talk here: https://developer.apple.com/videos/play/wwdc2024/10212

Code change necessary

Add NSLocationRequireExplicitServiceSession as a Boolean to your app's Info.plist as the sample code shows.

NSLocationRequireExplicitServiceSession
 
 
Q