Monitoring multiple region using stickers

Hi,

Is that possible to monitor multiple sticker region at a time ? I simply added my regions in startMonitoring method but onEnteredRegion does not get invoked.

Cheers,
Amin

For stickers, it’s better to use startNearableDiscovery than startMonitoring, because by default, stickers broadcast our “Nearable” packet, and not an iBeacon packet. (startMonitoring only works with iBeacon packets)

Here’s some example code

Starting with firmware 1.3, you can also set your stickers to broadcast the iBeacon packet if you’d rather do that. We haven’t added these configuration options to our “Estimote” Android app yet though, so you’d need to get your hands on an iOS device for a minute, and use it to update your stickers’ firmware & change the packet to iBeacon.