iOS Estimote Beacons Keep Exiting and Entering

Hi,

I am having issues with the iOS SDK. Right now I have a background service with a ESTBeaconManager that should log when a user enters a region and when a user exits a region.

The events work when I want them to, the problem is they are also triggered when I don’t want them to.

For example I have three beacons 1,2,3:

// The user walks into the room

enter 1 11:08

enter 2 11:08

enter 3 11:08

exit 3 11:13

enter 3 11:14

exit 2 11:42

enter 2 11:43

Basically when the user is near the beacons it is exiting the region and re-entering within a minute repeatedly.

Any help would be greatly appreciated!