我的 iOS 应用程序中有用于MKMapView
在用户移动时运行某些代码的代码:
- (void)mapView:(MKMapView *)mapView
didUpdateUserLocation:(MKUserLocation *)userLocation
{
// The code I want to run
}
我想知道即使应用程序在后台是否可以继续更新,或者如果没有,如何在CLLocationManager
.
编辑: 我需要这段代码来获取用户在后台的位置