Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinchnzoom/cordova-plugin-ios-microphone-permissions
Cordova / PhoneGap Plugin Permission Settings for NSMicrophoneUsageDescription in iOS 10 by adding a declaration to the Info.plist file
https://github.com/pinchnzoom/cordova-plugin-ios-microphone-permissions
Last synced: about 2 months ago
JSON representation
Cordova / PhoneGap Plugin Permission Settings for NSMicrophoneUsageDescription in iOS 10 by adding a declaration to the Info.plist file
- Host: GitHub
- URL: https://github.com/pinchnzoom/cordova-plugin-ios-microphone-permissions
- Owner: pinchnzoom
- Created: 2016-12-20T22:18:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-25T05:27:09.000Z (almost 8 years ago)
- Last Synced: 2024-10-13T08:21:16.569Z (3 months ago)
- Size: 2.93 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## iOS 10 Microphone Permissions Plugin for Apache Cordova
**Cordova / PhoneGap Plugin Permission Settings for NSMicrophoneUsageDescription 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-microphone-permissions --save
```#### Latest version from GitHub
```
cordova plugin add https://github.com/pinchnzoom/cordova-plugin-ios-microphone-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]