gpt4 book ai didi

ios - 在未运行且 iBeacon 在范围内时调用应用程序

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:44:03 25 4
gpt4 key购买 nike

我正在开发一个 iPhone 应用程序,当用户进入 iBeacon 区域时会通知他。

我有几个问题:

来自文档:

Monitoring launches app when entered in the region of iBeacon being monitored.

但行为是:

它仅在手机被唤醒时有效,即当显示屏打开时。但是,当应用程序未运行且显示器关闭时,没有任何反应,这与显示器打开且用户进入信标区域时的情况相同。

是否可以在用户进入/离开该区域时启动应用程序,即使是在屏幕关闭或打开时,而不仅仅是在手机被唤醒时?

我检查了这个iBeacon Notification when the app is not running链接,这表明这是可能的。我正在监控 iBeacon,但无法获得预期的行为。我错过了什么吗?

感谢任何帮助。

最佳答案

是的,您可以在后台进入某个区域时收到通知。只要满足以下条件,就会发生这种情况:

  • 该应用至少被打开过一次
  • 用户没有直接终止应用程序(通过退出进程,而不仅仅是关闭它)

现在稍微了解一下它的行为方式。

在我的公司,我们对此进行了大量研究。事实上,我的一位同事写了一篇关于这种行为的精彩博文:iBeacon Monitoring in the Background and Foreground .

出乎意料的是在后台获取 didEnterRegion 需要多长时间:

Condition                                      Max time to detect a region change
-------------------------------------------- ----------------------------------
Phone awakened,notifyEntryStateOnDisplay=YES 1 second
Phone awakened, notifyEntryStateOnDisplay=NO NEVER
UIBackgroundModes=location ON up to 15 minutes
UIBackgroundModes=location OFF up to 15 minutes

关于ios - 在未运行且 iBeacon 在范围内时调用应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21548320/

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