voice icon indicating copy to clipboard operation
voice copied to clipboard

app is getting crashed when I'm clicking on the start recording button

Open Akshaybagai52 opened this issue 1 year ago • 7 comments
trafficstars

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

Akshaybagai52 avatar Mar 13 '24 04:03 Akshaybagai52

same here, happens on ios

crfgxr avatar Mar 14 '24 19:03 crfgxr

Same here

erdincakdogan avatar May 12 '24 19:05 erdincakdogan

Be sure your info.plist has the right privileges.

jkoutavas avatar May 28 '24 18:05 jkoutavas

@Akshaybagai52 @crfgxr @erdincakdogan any of you solve this?

adamgusky avatar Jun 17 '24 22:06 adamgusky

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>

jayeshuk avatar Aug 05 '24 03:08 jayeshuk

@Akshaybagai52 @crfgxr @erdincakdogan any of you solve this?

I m not working for this project i really dont know

erdincakdogan avatar Aug 08 '24 10:08 erdincakdogan