iOS 비콘 연동 관련 레퍼런스 모음

2016. 4. 15. 18:50아이폰 개발

NORDIC 공식 홈페이지에는 iOS, Android를 지원하는 훌륭한 예제 소스를 제공한다. 아주 멋진 기업이다~!


https://www.nordicsemi.com/Products/Nordic-mobile-Apps

https://github.com/NordicSemiconductor/IOS-nRF-Beacons

https://github.com/NordicSemiconductor/IOS-DFU-Library

https://github.com/NordicSemiconductor/IOS-nRF-Toolbox --> 결정적인 샘플 소스!!!! (강추)


CLBeaconRegion과 CLLocationManager를 이용하여 비콘 감지를 하는 예제 --> 다 좋은데, 감지가 안되는 비콘이 있음

http://digitalwaterdrop.tistory.com/1


등록된 UUID에 해당되는 비콘을 스캔하는 예제  --> 다 좋은데, 감지가 안되는 비콘이 있음

https://github.com/SilverNine/BeaconScanner


비콘 업체인 "estimote"도 iOS 개발과 관련된 이슈를 잘 정리해서 공유하고 있다

https://community.estimote.com/hc/en-us/sections/200196348-Apps-and-devices


CLLocationManager 사용시 iOS 8에서 대응해야 하는 부분에 대한 내용

http://blog.jachobsen.com/2014/10/04/getting-location-services-callbacks-after-ios-8-upgrade/