我正在尝试locationManager
获取我的位置并将其更新到我的网络服务。
- (void)locationManager:(CLLocationManager *)manager
didUpdateToLocation:(CLLocation *)newLocation
fromLocation:(CLLocation *)oldLocation {
//some code here
}
这很正常,但是如果我的应用程序进入后台或手机屏幕被锁定,则可能会暂停更新位置。无论如何,我如何获得位置?