天天看點

[AMapLocationKit] 要在iOS 11及以上版本使用背景定位服務, 需要實作amapLocationManager:doRequireLocationAuth: 代理方法問題及解決方案

2019-05-20 11:42:39.902396+0800 OutdoorClub[2157:560975] [AMapLocationKit] 要在iOS 11及以上版本使用背景定位服務, 需要實作amapLocationManager:doRequireLocationAuth: 代理方法      
- (void)amapLocationManager:(AMapLocationManager *)manager doRequireLocationAuth:(CLLocationManager*)locationManager
{
    [locationManager requestAlwaysAuthorization];
}      

繼續閱讀