Error Domain=kAFAssistantErrorDomain Code=208

I have a cordova App which has text fields in a number of places. Without any changes or any special libraries turning on Dictation on an android device, speech to text just works.


It also seemed to work on IOS but not consistently. I checked and this is the error I am getting.


+[AFAggregator logDictationFailedWithError:] Error Domain=kAFAssistantErrorDomain Code=208 "(null)"


I added this to the plist but it does not seem to fix anything

<key>NSSpeechRecognitionUsageDescription</key>

<string>Allow dictation instead of typing.</string>


What does this error indicate? What is the solution?


Thanks.