iOS multitasking for an Audio Recording application
I am writing an application that records audio. I am looking into the feasibility of supporting multitasking while doing audio recordings (in the background). The answer seems to be a no from what I've read so far, especially since the program is meant to release any system resources being used when switched out. So I am wondering, is it possible to let the user switch to another application in iOS while my application continues to capture audio in the background? You can. Skype does this. You presumably need to set <key>UIBackgroundModes</key><array><string>audio</string></array> in Info