CatalystCode / cordova-plugin-cogsvcsspeech

Cordova plugin for Microsoft Cognitive Services speech services.
MIT License
2 stars 3 forks source link

Request Permission #3

Closed esgraham closed 4 years ago

esgraham commented 4 years ago

Description

As an architect, I want to determine if the plugin needs to request permissions or require that the calling application handle the permission request.

Acceptance Criteria

bsherwin commented 4 years ago

Looking at a few other plugins (notable ones linked here) it appears that the standard approach is that the Cordova plugin does its own permission check. See Apache Media Plugin See Apache Camera Plugin See DBMeter

esgraham commented 4 years ago

Add Permission Request to iOS code.