Play Audio in Background
By default if you minimize your app and place it in the background, any audio which is either playing or streaming in your app will stop. In order for the audio to continue while your app is in the background, you need to go to 'Edit App' and set up the following settings:
iOS
- You need to use the Audio Block and it needs to be version v4.2 or higher.
- Global edit value:
- background audio play=yes
- supports multitasking=yes
- ignore mute switch=yes
Here are the settings of iOS.
These settings are available are in the Configure App Section.
