<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: 18.2.0 -",
    "macOS: 12.3.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ScreenCaptureKit",
  "identifier" : "/documentation/ScreenCaptureKit/SCRunningApplication",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ScreenCaptureKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SCRunningApplication"
  },
  "title" : "SCRunningApplication"
}
-->

# SCRunningApplication

An instance that represents an app running on a device.

```
class SCRunningApplication
```

## Overview

Retrieve the available apps from an instance of [`SCShareableContent`](/documentation/ScreenCaptureKit/SCShareableContent). Select one or more apps to capture and use them to create an instance of [`SCContentFilter`](/documentation/ScreenCaptureKit/SCContentFilter). Apply the filter to an instance of [`SCStream`](/documentation/ScreenCaptureKit/SCStream) to limit its output to content matching your criteria.

## Topics

### Inspecting an app

[`processID`](/documentation/ScreenCaptureKit/SCRunningApplication/processID)

The system process identifier of the app.

[`bundleIdentifier`](/documentation/ScreenCaptureKit/SCRunningApplication/bundleIdentifier)

The unique bundle identifier of the app.

[`applicationName`](/documentation/ScreenCaptureKit/SCRunningApplication/applicationName)

The display name of the app.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)