Privacy manifests
Guidance for privacy manifests for Acoustic Tealeaf for iOS apps
Overview
Apple requires that all data collected by your app or third-party SDKs used in your app be declared in the Privacy Manifest file PrivacyInfo.xcprivacy
. An Apple Privacy Manifest file is part of Apple's App Privacy Report, which was introduced to provide more transparency about how apps use user data. This manifest file contains detailed information about the data practices of apps, helping users understand what data is collected and how it's used. For more information, see Privacy manifest files.
Acoustic Tealeaf SDK includes the Privacy Manifest file in SDK version Tealeaf Module 10.6.278 and above.
Acoustic Tealeaf privacy manifest
Important:
This guidance for Privacy Manifests for Acoustic Tealeaf for iOS Apps explains specific categories of data that the Acoustic Tealeaf SDK may collect and how such data is used. Most data is configurable by the application's developer. Below, "customer" refers to the application's developer, Acoustic's customer, and "user" refers to the end user of the application.
Customers are responsible for writing their own Privacy Manifest(s), and this document is intended for informational purposes only.
Collected data
Apple requires the categories of data collected by your app or third-party SDKs, such as our Acoustic Tealeaf SDK, to be declared in the privacy manifest. For more information, see Describing data use in privacy manifests.
Note:
If your app uses multiple third-party SDKs, packages, or plug-ins, separate Privacy manifests must be provided by those providers.
The following table shows the categories of data collected by Acoustic Tealeaf SDK when configured by the customer.
Category | Data type | Purpose | Data linked to the user | Tracking | Description |
---|---|---|---|---|---|
Location | Precise location | Developer's Advertising or Marketing; App Functionality: Product Personalization. | No | No | When captured, precise location data is used to group application users by geographic area for general reporting purposes. |
Coarse location | Developer's Advertising or Marketing; App Functionality: Product Personalization. | No | No | When captured, coarse location data is used to group application users by geographic area for general reporting purposes. | |
Identifiers | User ID | Developer's Advertising or Marketing; App Functionality: Product Personalization. | No | No | When captured, user identifiers are used for app functionality. |
Device ID | Developer's Advertising or Marketing; App Functionality: Product Personalization. | No | No | When captured, device identifiers are used for app functionality. | |
Usage data | Product interaction | Developer's Advertising or Marketing; App Functionality: Product Personalization. | No | No | When captured, application interaction data is used to optimize the application's performance and usability. |
Diagnostics | Crash data | App Functionality. | No | No | When captured, crash data is used to optimize the application's performance and usability. |
Performance data | App Functionality. | No | No | When captured, performance data is used to optimize the performance and usability of the application. |
Required reason API usage
Apple lists some APIs that have the potential of being misused to access device signals to identify the device or the user, known as fingerprinting. Regardless of whether a user gives your app permission to track, fingerprinting is not allowed.
These APIs may have been used to deliver core functionality and are required by Apple to be declared in the Privacy Manifest with reasons. For more information, see Describing use of required reason API.
Acoustic Tealeaf SDK uses the following APIs, and their reason for usage is as follows:
API type | Reason | Description |
---|---|---|
NSPrivacyAccessedAPICategoryUserDefaults | CA92.1 | Used to access user defaults set in the app to persist SDK settings. |
NSPrivacyAccessedAPICategoryFileTimestamp | C617.1 | Used to access timestamps of the files in the app. |
NSPrivacyAccessedAPICategoryDiskSpace | E174.1 | Used to access the available disk space in the app. |
Tracking domains
Acoustic Tealeaf SDK does not track any data protected by the App Tracking Transparency framework; therefore, tracking is set to false in the Acoustic Tealeaf privacy manifest.
Updated 4 months ago