Secure Privacy Changelog

Subscribe to updates
© 2026 Secure Privacy Changelog
Jan 05, 2026

Introducing Secure Privacy for tvOS

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-spm on GitHub.
    • Contents: Package.swift, LICENSE, README.
  • Documented setup & initialisation flow (APIs shared with iOS)
    • Obtain your Application ID from Secure Privacy.
    • Initialise the SDK using the SPConsentEngineFactory with your auth key (supports optional secondaryApplicationId for a secondary banner).

Documentation & Links