Need to get more than 20 notification for Region Monitoring
I'm developing an application where user can set multiple locations. I get succeed to show notifications when user get Enter or Leave specific location boundary. Now, there is situation that i need to provide monitoring for all saved locations and it can be hundreds and more. I've read in Apple Forum and many where that iOS devices allow only 20 Region Monitoring. I've develop my code to exceed this situation. I've set locationManager.distanceFilter = 200; and when i get update for location. Firstly, i've stop all Region Monitoring and by conditions for nearest locations and again start Region