I have an iOS MIDI monitoring application that I would like to run in the background if the user chooses that option. I have created a virtual destination and added “Required Background Modes->audio” to the application. The app runs and the virtual destination shows up in other apps when in background mode but the destinations callback never gets called.
applicationWillResignActive and applicationDidEnterBackground are both being called in the UIApplicationDelegate. Do I need to play silence (which Apple frowns upon) when my app is in the background in order to keep MIDI processing active? Thanks, Matt Grippaldi
_______________________________________________ Do not post admin requests to the list. They will be ignored. Coreaudio-api mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/coreaudio-api/archive%40mail-archive.com This email sent to [email protected]
