I have an app in which function is called when user enters a region. It works great when I simulate it at 50kmh and higher speeds but when I set the speed to 20kmh it works every few times.
didEnterRegion should print out "entered region" when user enters a region. And it does when speed is over 50kmh. However it doesn't print it when speed is any lower which means the region I want to monitor is not being monitored, although I can see my region is being monitored when I print array of monitored regions.
I'd be glad if anyone knows what to do or can help in any possible way.