-2

Let suppose I am monitoring two regions:

region 1 (ABCDEFAB-E95D-433C-BCF4-643BECC5DFFF (UUID),4(MAJOR),4(MINOR))

and

region 2 (ABCDEFAB-E95D-433C-BCF4-643BECC5DFFF (UUID),4(MAJOR),5(MINOR))

If both tags are placed closed to each other, what will happen?

  • Enter region 1
  • Enter region 2

or

  • Enter region 1
  • Exit region 1
  • Enter region 2
  • Exit region 2
EnriMR
  • 3,924
  • 5
  • 39
  • 59
H4SN
  • 1,482
  • 3
  • 24
  • 43

1 Answers1

0

The former will happen. You will not receive an exit until you exit the region. You can think about it from the standpoint of how many beacons can you detect at once - you don't need to stop being in one region just because you detect you are in another. (All things being equal and ignoring iOS region monitoring restrictions.)

Here is a gist in objective-c where you can try this out using iBeacons and core-location. (Of course plug in your respective iBeacon info at the top.)

Casey
  • 36
  • 4