Is there a limit on how many CLRegions can one set for getting local notifications in ios? Or is there maybe a performance cost(MKMapView gets slow or takes a long time to load or maybe a significant battery consuption occurs) on setting too many CLRegions? For example, would 50 or 150 be too many?
Similar option is to use region monitoring and specify CLCircularregions of interest. Is there a limit on how many of them can be set and what performance impact to they cause?