iphone - region Monitoring on iOS -


I was just wondering which device are monitoring the area? I know that iPhone 4 does, but what does iPad 2 support?

Apart from this, the documentation shows:

  For this reason, the core space limits the number of areas that can be monitored simultaneously by the same application. is.   

Can the area limit be monitored using this feature?

I would think that non-3G devices do not currently support field monitoring: my test Indicates that this is specifically based on cell-tower handoff, so other location services (Wi-Fi and GPS) can not provide that functionality. It is probably best not to base your code on perceptions about specific hardware: CLLocationManager has a maximum regulation monitoring property which will return -1 on those devices Do not support monitoring.

Comments