Monitoring regions when app is in background or just terminated
Does having in plist [UIBackgroundModes: Location Updates] and set allowsBackgroundLocationUpdates to true is helping at all if I use only monitoring regions (CLMonitor or CLLocationManager) with no running startUpdatingLocation? I am looking for this for hours and can’t find clear answer. In some places I found that it may help if there are problems in background modes and in other places I found that it’s not relevant. Official apple docs are also not very clear about this and they are very chaotic