> For the complete documentation index, see [llms.txt](https://danielsogl.gitbook.io/awesome-cordova-plugins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/plugins/ibeacon.md).

# IBeacon

This plugin provides functions for working with iBeacons.

The plugin's API closely mimics the one exposed through the [CLLocationManager](https://developer.apple.com/library/ios/documentation/CoreLocation/Reference/CLLocationManager_Class/index.html) introduced in iOS 7.

## Installation

```bash
ionic cordova plugin add cordova-plugin-ibeacon
npm install @awesome-cordova-plugins/ibeacon
```

**Plugin Repo:** <https://github.com/petermetz/cordova-plugin-ibeacon>

## Supported Platforms

* Android
* iOS

## Further Information

* [Installation Guide](/awesome-cordova-plugins/installation.md)
* [FAQ](/awesome-cordova-plugins/faq.md)
