My app is Bluetooth supportive, I need to use under background mode.
I've already checked 'use Bluetooth LE accessories',
so it seems workable under the background mode.
I want to record, thus I need speech recognition by using Speech Kit.
But I found that it can work only under the foreground.
Once my app is back to the background mode,
it shows immediately and directly an error message as:
Error Domain = kAFAssistantErrorDomain Code = 1700 "(null)"
Is there anything I have missed or is it the limitation that iOS doesn't support Speech Kit under background mode?