---
title: reportApplicationIdentifier
framework: sensorkit
role: symbol
role_heading: Instance Property
path: sensorkit/srdeviceusagereport/applicationusage/reportapplicationidentifier
---

# reportApplicationIdentifier

A pseudonymn for a real application identifier.

## Declaration

```swift
var reportApplicationIdentifier: String { get }
```

## Discussion

Discussion The value of this property uniquely refers to a single app throughout the report without revealing the app’s true identity. For user privacy, the system assigns this property a pseudonymous string in cases where the bundleIdentifier is nil.

## See Also

### Identifying the App

- [bundleIdentifier](sensorkit/srdeviceusagereport/applicationusage/bundleidentifier.md)
- [supplementalCategories](sensorkit/srdeviceusagereport/applicationusage/supplementalcategories.md)
- [SRSupplementalCategory](sensorkit/srsupplementalcategory.md)
