Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.2 KB

iBeacon.md

File metadata and controls

19 lines (10 loc) · 1.2 KB

iBeacon

Note: This class has been deprecated.

iBeacon is an Apple technology based on BLE that you can use as an indoor positioning system. It allows iOS apps to track if the user enters a specific region and offers actions and notification aware of the user context.

The iBeacon class builds an advertising payload mimicking an iBeacon and assigns it to a given BLE interface.

Warning: To manufacture iBeacons, you must obtain a license from Apple. For more information, please see Apple's website. The license also grants access to the iBeacon's technical specification.

iBeacon class reference

View code

iBeacon example

View code

Note: You can find more information at the Apple iBeacon page.