We’re thrilled to announce the Secure Privacy tvOS SDK is now available via Swift Package Manager! 📢
To get started, just add the package in Xcode and initialise the consent engine with your Application ID(s) to unlock a polished, compliant user experience.
You can integrate integrate the proprietary Secure Privacy Consent Management SDK into Apple TV apps via Xcode’s File → Add Packages… workflow. The package repository hosts the Package.swift and license.
A companion Setup & Initialization guide (same API shape used on iOS, applicable to tvOS) documents the quick-start flow and shows how to initialise the consent engine with your Application ID(s).
What’s new
- Swift Package for tvOS
- Repo:
secureprivacy/tvos-sdk-spmon GitHub. - Contents:
Package.swift,LICENSE,README.
- Repo:
- Documented setup & initialisation flow (APIs shared with iOS)
- Obtain your Application ID from Secure Privacy.
- Initialise the SDK using the
SPConsentEngineFactorywith your auth key (supports optionalsecondaryApplicationIdfor a secondary banner).
Documentation & Links
- tvOS Swift Package (manifest): secureprivacy/tvos-sdk-spm
- Setup & Initialization (API shape used by tvOS): Secure Privacy SDK – Setup & Installation
- Secure Privacy Docs home: docs.secureprivacy.ai
- Support email: support@secureprivacy.ai



