voice
voice copied to clipboard
app is getting crashed when I'm clicking on the start recording button
Whenever I'm clicking on start recording button in ios then my app is getting closed automatically, It is only happening in ios but in android it is working fine. How to resolve this issue Thanks
same here, happens on ios
Same here
Be sure your info.plist has the right privileges.
@Akshaybagai52 @crfgxr @erdincakdogan any of you solve this?
Adding the following to Info.plist, resolved this issue for me:
<key>NSMicrophoneUsageDescription</key>
<string>Description of why you require the use of the microphone</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>Description of why you require the use of the speech recognition</string>
@Akshaybagai52 @crfgxr @erdincakdogan any of you solve this?
I m not working for this project i really dont know