我正在制作一个识别某个地区信标的应用程序。信标的UUID不断变化,但AltBeacon库只返回第一个查找的UUID信息。
我的代码:
@Override
public void didRangeBeaconsInRegion(Collection<Beacon> beacons, Region region) {
// Here, i get the UUID String... but is the same I already finded in the last call of this method
}
此方法是否正确以获取不断更新的UUID?