23 lines
658 B
Markdown
Raw Normal View History

2021-09-29 14:09:02 +02:00
# IBeacon
```
$ ionic cordova plugin add cordova-plugin-ibeacon
2021-09-29 15:19:55 +02:00
$ npm install @awesome-cordova-plugins/ibeacon
2021-09-29 14:09:02 +02:00
```
2021-09-29 15:19:55 +02:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/ibeacon/)
2021-09-29 14:09:02 +02:00
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 14:38:45 +02: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 14:09:02 +02:00
## Supported platforms
- Android
- iOS
2021-09-29 14:38:45 +02:00