Android 未调用信标库 didExitRegion

Android Beacon Library didExitRegion not called

我对信标还很陌生,我正在尝试使用 AltBeacon Android 信标库实现对 Estimote 信标的基本检测(通过 Estimote iOS 应用程序虚拟)。

当我激活信标时,我的应用会检测到它并进入 "didEnterRegion" 回调。但是当我关闭信标/或离开时 "didExitRegion" 永远不会被调用。

我用的是http://altbeacon.github.io/android-beacon-library/samples.html

的示例代码

可能是什么问题?

抱歉,我要求禁食。一段时间后(取决于扫描间隔)didExitRegion 将被调用。