Socket
Socket
Sign inDemoInstall

cordova-plugin-ios-bluetooth-permissions

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cordova-plugin-ios-bluetooth-permissions

Cordova / PhoneGap Plugin Permission Settings for NSBluetoothPeripheralUsageDescription


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Install size
3.06 kB
Created
Weekly downloads
 

Readme

Source

iOS Bluetooth Permissions Plugin for Apache Cordova

Cordova / PhoneGap Plugin Permission Settings for NSBluetoothPeripheralUsageDescription by adding a declaration to the Info.plist file

Install

cordova plugin add cordova-plugin-ios-bluetooth-permissions --save

Usage

For the changes to plugin.xml to take effect, please refresh the ios.json file (inside the /plugin folder):

$ cordova platform rm ios
$ cordova platform add ios
Customizing the prompt message shown to the user

Set the following variables on installation to customize the user prompt message.

  • BLUETOOTH_USAGE_DESCRIPTION for NSBluetoothPeripheralUsageDescription

Example:

cordova plugin add cordova-plugin-ios-bluetooth-permissions --variable BLUETOOTH_USAGE_DESCRIPTION="your usage message" --save

License

[MIT License]

Keywords

FAQs

Last updated on 02 Dec 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc