How to implement geofencing for iOS 9?

时光总嘲笑我的痴心妄想 提交于 2019-12-12 05:08:31

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!