Some details:
iOS14.0.1
Xcode 12.0.1
iPad Mini gen 5
Our app uses voice as the main user input to navigate the functionalities.
Upon app start, speech recognition works normally. The user would start saying simple English words (Yes/No), and the speech recognizer would start hypothesizing transcription.
However, after a few iterations, the speech recognizer would stop working. Instead of hypothesizing transcription when user speaks, it jumps straight to the didFinish task delegate and indicates that speech transcription was unsuccessful with the following error message: The operation couldn’t be completed. (kAFAssistantErrorDomain error 7.)
This bug only appeared recently in iOS14 and was not an issue in iOS13. I have googled for this error code/message but could not find much detail. Does any one know what this means/why it is failing?
iOS14.0.1
Xcode 12.0.1
iPad Mini gen 5
Our app uses voice as the main user input to navigate the functionalities.
Upon app start, speech recognition works normally. The user would start saying simple English words (Yes/No), and the speech recognizer would start hypothesizing transcription.
However, after a few iterations, the speech recognizer would stop working. Instead of hypothesizing transcription when user speaks, it jumps straight to the didFinish task delegate and indicates that speech transcription was unsuccessful with the following error message: The operation couldn’t be completed. (kAFAssistantErrorDomain error 7.)
This bug only appeared recently in iOS14 and was not an issue in iOS13. I have googled for this error code/message but could not find much detail. Does any one know what this means/why it is failing?