2021-09-29 20:09:02 +08:00
< a style = "float:right;font-size:12px;" href = "http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/ibeacon/index.ts#L220" >
Improve this doc
< / a >
# IBeacon
```
$ ionic cordova plugin add cordova-plugin-ibeacon
$ npm install @ionic -native/plugins/ibeacon
```
## [Usage Documentation](https://ionicframework.com/docs/native/ibeacon/)
Plugin Repo: [https://github.com/petermetz/cordova-plugin-ibeacon ](https://github.com/petermetz/cordova-plugin-ibeacon )
This plugin provides functions for working with iBeacons.
2021-09-29 20:38:45 +08:00
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.
2021-09-29 20:09:02 +08:00
## Supported platforms
- Android
- iOS
2021-09-29 20:38:45 +08:00