If the application is intended to continue streaming when in the background, you must declare that the app plays audible content while in the background in the application's info.plist file through the key UIBackgroundModes, as shown below:
The SDK configures the audio session with the proper category to enable playback in the background.