/iBeaconDemo

A basic demo of iBeacons for iOS 7

Primary LanguageObjective-CApache License 2.0Apache-2.0

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.