pbakondy / cordova-plugin-speechrecognition

:microphone: Cordova Plugin for Speech Recognition
MIT License
196 stars 116 forks source link

Not asking for Permissions IOS #85

Closed desmeit closed 6 years ago

desmeit commented 6 years ago

I work with Codova 4.5.5, Xcode 9.4.1 and cordova-speech-plugin 1.2.0. In the SImulator it is never asking for

NSMicrophoneUsageDescription NSSpeechRecognitionUsageDescription

although I added requestPermission() as your tutorial.

What could be the problem?