flutter_amap_plugin icon indicating copy to clipboard operation
flutter_amap_plugin copied to clipboard

要在iOS 11及以上版本使用后台定位服务, 需要实现amapLocationManager:doRequireLocationAuth: 代理方法

Open CodeGather opened this issue 5 years ago • 0 comments

这次运行起来了但是一直提示这个,获取不到当前的位置, 各种权限都设置了

NSCameraUsageDescription Example usage description NSLocationAlwaysAndWhenInUseUsageDescription 请求获取定位权限 NSLocationAlwaysUsageDescription 请求获取定位权限 NSLocationUsageDescription 请求获取定位权限 NSLocationWhenInUseUsageDescription 请求获取定位权限 NSPhotoLibraryUsageDescription 请求访问相机 UIBackgroundModes location UILaunchStoryboardName LaunchScreen UIMainStoryboardFile Main UISupportedInterfaceOrientations UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UISupportedInterfaceOrientations~ipad UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIViewControllerBasedStatusBarAppearance io.flutter.embedded_views_preview NSAppTransportSecurity NSAllowsArbitraryLoads

CodeGather avatar Oct 26 '19 09:10 CodeGather