Hello,
I have problem with plugin Mobile Speech Recognizer in IOS 12.
when my app start recognition then my app mute audio(Volume up and down keys can’t use)
and error message from Xcode :
“[avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)”
My app will detach key word when user talking then its play sound when find key word.
My app work well in Android but don’t work in IOS.
I use Unity 2018.2.14 , Xcode 10.1 and Iphone6 (IOS 12).
how can i fix it.