gpt4 book ai didi

ios - 如何启用对区域监控服务的访问?

转载 作者:技术小花猫 更新时间:2023-10-29 11:13:00 26 4
gpt4 key购买 nike

我稍微简化了这个问题。当我在我的应用程序中创建和添加区域并询问这些区域的状态时,我在 monitoringDidFailForRegion 方法中看到以下内容:

操作无法完成。 (kCLErrorDomain 错误 4。)

检查 CLErrorDomain constants我看到错误 4 是 kCLErrorRegionMonitoringDenied,它的描述如下:

Access to the region monitoring service was denied by the user.

这怎么可能?这是我的设置和检查过的内容:

  • 我正在通过 Xcode 查看日志语句。
  • 我已连接到我的 iPhone 5。我没有在模拟器中运行。
  • 我已确保半径大小足以进行监控(尽管这无关紧要)。
  • 我已确保为我的设备我的应用打开“设置”>“隐私”>“定位服务”。
  • 我阅读了 Apple 发布的所有核心位置和区域监控文件。
  • 我已确保 WiFi 已开启并且手机信号很强。如果我不这样做,它一开始就无法找到我的位置。
  • 我已确保 didChangeAuthorizationStatus 报告正确的状态:kCLAuthorizationStatusAuthorized
  • 我已确保在添加我的区域后,监视实际上是通过观察对方法 didStartMonitoringForRegion 的调用开始的。

我错过了什么?明确启用定位服务后,为什么我会看到此错误?

最佳答案

所以,我又看了一遍 documentation on Region Monitoring我在列表中突出显示的项目中注意到了这一点:

Determining the Availability of Region Monitoring

Before attempting to monitor any regions, your app should check to see if region monitoring is supported on the current device. There are several reasons why region monitoring might not be available:

  • The device may not have the hardware needed to support region monitoring.
  • The user might have denied the app the authorization to use region monitoring.
  • The user may have disabled location services in the Settings app.
  • The user may have disabled Background App Refresh in the Settings app, either for the device or for your app.
  • The device might be in Airplane mode and unable to power up the necessary hardware.

然后我检查了后台应用程序刷新(iOS 7 的一项新功能:设置 > 通用 > 后台应用程序刷新)是否已打开并且可用于我的应用程序。 不是。我打开了该功能,然后 BOOM 我的区域现在正在报告它们的状态。

令人困惑和误导的是:

[CLLocationManager isMonitoringAvailableForClass:[CLRegion class]] returns YES 

...即使后台应用刷新被禁用。我认为它会返回 NO。

更新:

我已将错误报告发送给 Apple 和 added an Open Radar对于这个问题。

更新 3-11-14:

Apple 已确认这是一个错误。

关于ios - 如何启用对区域监控服务的访问?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21791862/

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