Ionic application speech recognition feature of cordova ionic framework doesn't work on ios 13.3

I have created an ionic application which uses the speechrecognition feature of cordova ionic framework. This feature even though works well on android , it doesn't work on ios 13.3.

I have also added the following key

<key>NSSpeechRecognitionUsageDescription</key>
<string>recognize speech</string>

to info.list file of the ios folder which was archieved and submitted.

Can someone please help me with this.

Do we need to set some configurations while registering the ipa file on testflight which would help my app access the iphone speech to text conversion feature.


Thanks in advance.


Seema Sharma