Geofence API for iOS 5

后端 未结 1 1966
醉酒成梦
醉酒成梦 2020-12-14 03:01

I want to build an application that can set up a set amount of geo-fenced square regions across town, I know I could achieve this by enabling location in the background, and

相关标签:
1条回答
  • 2020-12-14 03:35

    You should look at the startMonitoringForRegion:desiredAccuracy: method on CLLocationManager.

    0 讨论(0)
提交回复
热议问题