---
title: "Support for Background Application Streaming"
slug: "support-for-background-application-streaming"
updated: 2023-05-11T17:08:38Z
published: 2023-05-11T17:08:38Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.tritondigital.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Support for Background Application Streaming

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:

![](https://cdn.document360.io/7124b381-0a94-401a-abbd-9df9c4ea5dff/Images/Documentation/image-1683824897483.png)

The SDK configures the audio session with the proper category to enable playback in the background.
