Apple has deprecated several CLLocationManager methods, including startMonitoring(for:) and stopMonitoring(for:). Apple recommends migrating to the new CLMonitor API, which provides a more modern and power-efficient way to monitor regions and locations.
Question:
Do you have plans to upgrade geolocation functions from CLLocationManager to CLMonitor?
https://developer.apple.com/documentation/corelocation/cllocationmanager/startmonitoring(for:)/