cordova-plugin-ios-ble-permissions
v1.0.1
Published
Cordova / PhoneGap Plugin Permission Settings for NSBluetoothPeripheralUsageDescription in iOS 10 by adding a declaration to the Info.plist file
Downloads
14
Maintainers
Readme
iOS 10 BLE Permissions Plugin for Apache Cordova
Cordova / PhoneGap Plugin Permission Settings for NSBluetoothPeripheralUsageDescription in iOS 10 by adding a declaration to the Info.plist file
Install
Latest published version on npm (with Cordova CLI >= 5.0.0)
cordova plugin add cordova-plugin-ios-ble-permissions --save
Latest version from GitHub
cordova plugin add https://github.com/Cordobo/cordova-plugin-ios-ble-permissions.git --save
Usage
For the changes to plugin.xml
to take effect, you must refresh the ios.json
file (inside the /plugin
folder):
$ cordova platform rm ios
$ cordova platform add ios
Platforms
Applies to iOS (10+) only.
License
[MIT License]