Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EddyVerbruggen/9af98824a6465ffee83b3cb1f57dc950 to your computer and use it in GitHub Desktop.
Save EddyVerbruggen/9af98824a6465ffee83b3cb1f57dc950 to your computer and use it in GitHub Desktop.
Speech Recognition in NativeScript (iOS consent popup content)
<!-- Speech recognition usage consent -->
<key>NSSpeechRecognitionUsageDescription</key>
<string>My custom recognition usage description. Overriding the default empty one in the plugin.</string>
<!-- Microphone usage constent -->
<key>NSMicrophoneUsageDescription</key>
<string>My custom microphone usage description. Overriding the default empty one in the plugin.</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment