didEnterRegion and didExitRegion being called every minute

Sadly, that’s a known problem with iOS:

There’s a possible workaround by @chaychoong here:

What this code does is, it delays the exit event by 3 seconds—if the exit was a “false” one, and is followed by an enter within these 3 seconds, it will discard the exit. You may want to play with the 3-second value.

1 Like