问题
I need geofencing capability for my iOS 9 app. What API providers provides geofencing capability? I checked Foursquare and they don't seem to provide this. Geoloqi just got acquired and that option seems to be out of question as well.
If no third party option is available, how does one go about implementing geofencing for iOS?
回答1:
iOS has the ability to geofence without the need for a third party API. Core location should have everything you need. Check out this tutorial to learn more.
Geofencing Tutorial
来源:https://stackoverflow.com/questions/34700210/how-to-implement-geofencing-for-ios-9