与使用BOOLlocaService=[CLLocationManagerlocationServicesEnabled];它将返回通用GPS服务的bool值,我们如何检查特定应用程序的服务是打开还是关闭。 最佳答案 [CLLocationManagerauthorizationStatus]返回一个CLAuthorizationStatus,它被定义为kCLAuthorizationStatusNotDetermined、kCLAuthorizationStatusRestricted、kCLAuthorizationStatus