Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 649 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 649 Bytes

iBeaconDemo

This app provides a basic demo of the new iBeacons API available on iOS 7 and accompanies the blog post iOS Tutorial Series: Core Location Beacons. To run the application requires two iOS 7 devices supporting Bluetooth 4.0. One instance uses CBPeripheralManager to advertise an instance of CLBeaconRegion using the device's Bluetooth LE signal. The other instance monitors for the same defined CLBeaconRegion and displays updates regarding the region state and the user's proximity to the advertised beacon.