gpt4 book ai didi

iphone - 为特定应用程序启用定位服务?

转载 作者:行者123 更新时间:2023-12-03 19:27:45 25 4
gpt4 key购买 nike

有什么方法可以确定特定应用程序是否已禁用位置服务?问题是,即使已针对特定应用程序禁用位置服务,[CLLocationManager locationServicesEnabled]也会返回 YES...

最佳答案

如果您的目标是 iOS 4.2 及更高版本,只需使用 [CLLocationManagerauthorizationStatus]

它将返回以下CLAuthorizationStatus值之一,这些值基本上只是整数:

typedef enum {
kCLAuthorizationStatusNotDetermined = 0,
kCLAuthorizationStatusRestricted,
kCLAuthorizationStatusDenied,
kCLAuthorizationStatusAuthorized
} CLAuthorizationStatus;

在文档中搜索“CLLocationManager”以获取更多信息。

关于iphone - 为特定应用程序启用定位服务?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3974172/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com