
Exporting Audio in iOS Apps
Prerequisites
Make sure that theUIBackgroundModes = [bluetooth-central] is enabled in your permission declarations.
project.yml
Info.plist
Callback-driven Syncs
Use Embedded SDK callbacks and methods to drive file exports while your app is in the background.
Use a combination of these callbacks and methods, along with recursion, to sync large files and multiple files in the background.