ios - App Interruption - Siri Fails To Hear Human Voice -


in team's ios app have bug when siri invoked while our app running. siri pops , waveform shown briefly , appears not detect one's voice waveform remains flat. thereafter begins list things can ask siri.

we using xcode 6.3, tested on ipad mini ios 8.3 iphone 5 ios 8.3.

the app never uses microphone or queries of device audio inputs can't see problem attributed our app using microphone directly. play looping ambient music , has sound effects.

is there specific should calling an interruption ensure siri work properly? has experienced similar issues?

this not related app. ios sdk doesn't provide siri api lead kind of events.

you may try pause ambient music/sounds effects whenever app goes in background. (in appdelegate.m)


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -