skillfed

pyobjc-framework-AppTrackingTransparency

Wrappers for the framework AppTrackingTransparency on macOS

pyobjc-framework-apptrackingtransparency v12.2.2 649.4K downloads/30d#5,575 on PyPI803
Permissive license MIT Active released

What it is and what it does

This package wraps Apple's AppTrackingTransparency framework for use in Python on macOS. It allows applications to request permission from users to track their activity across other apps and websites, and to check the current tracking authorization status. The wrapper translates between Python and Objective-C, bridging the gap between PyObjC's runtime and Apple's native framework.

The package is part of the larger PyObjC project and provides direct access to the framework's APIs without additional documentation of its own—users must refer to Apple's official AppTrackingTransparency documentation and PyObjC's general translation guidelines. It is actively maintained, supports modern Python versions (3.10 through 3.15), and carries no known security vulnerabilities.

Use it for:

  • Request app tracking permission from macOS users in compliance with privacy regulations
  • Check the current tracking authorization status before attempting to track user activity
  • Integrate privacy-aware tracking into Python-based macOS applications
  • Build cross-platform Python apps that handle tracking transparency on macOS

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python bindings to macOS's AppTrackingTransparency framework, enabling apps to request user permission for app tracking and access tracking authorization status.

Yes, if you are building a macOS application in Python that needs to request app tracking permission. The package is actively maintained, has low install friction, carries a permissive MIT license, and has no known vulnerabilities. Install only if you are developing for macOS; it will not work on other platforms.

Install

pyobjc-framework-apptrackingtransparency on PyPI

pip

pip install pyobjc-framework-apptrackingtransparency

uv

uv add pyobjc-framework-apptrackingtransparency

poetry

poetry add pyobjc-framework-apptrackingtransparency

Installing pyobjc-framework-AppTrackingTransparency

Before you install

Low friction; pure-Python wheel distribution. Actively maintained with recent release (3 days old). Requires pyobjc-core and pyobjc-framework-Cocoa as runtime dependencies.

License in practice

MIT license permits commercial and private use with minimal restrictions; suitable for most projects.

Quickstart

pip install pyobjc-framework-apptrackingtransparency

from AppTrackingTransparency import ATTrackingManager

# Request tracking authorization
ATTrackingManager.requestTrackingAuthorizationWithCompletionHandler_(callback)

macOS 10.15+ required; Python 3.10+ required; only runs on macOS (not cross-platform)

Verify before relying

  • Whether this package works on iOS via Pythonista or similar iOS Python environments, or is strictly macOS-only
  • Whether the package supports App Tracking Transparency on macOS versions prior to 10.15 (when the framework was introduced)

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 2 — pyobjc-core, pyobjc-framework-Cocoa
Maintenance actively maintained — 3 days since the last release
Last repo commit
First released
Downloads 649,353/month — #5,575 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: pyobjc_framework_apptrackingtransparency-12.2.2-py2.py3-none-any.whl

Keywords: PyObjC, AppTrackingTransparency

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: MacOS X :: CocoaIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: MacOS :: MacOS XProgramming Language :: Objective CProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.15Programming Language :: Python :: Free Threading :: 3 - StableProgramming Language :: Python :: Implementation :: CPythonTopic :: Software Development :: Libraries :: Python ModulesTopic :: Software Development :: User Interfaces

Tags

macos app tracking transparencypython app tracking permissionpyobjc app trackingios privacy tracking requestmacos privacy framework pythonapp tracking transparency wrapperuser tracking authorization
macos-nativeprivacy-complianceobjective-c-binding

More Python Modules packages

idna

Converts domain names between Unicode and…

permissive · top 100 on PyPI

setuptools

Setuptools is a Python build backend and…

permissive · top 100 on PyPI

PyYAML

PyYAML parses and emits YAML 1.1 data format,…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

annotated-types

Provides reusable metadata objects for use with…

permissive · top 100 on PyPI

typing-inspection

Provides runtime tools to inspect and…

permissive · top 100 on PyPI

pyobjc-framework-LinkPresentation

Provides Python bindings for macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-NotificationCenter

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-Accounts

Provides Python bindings to macOS's Accounts…

permissive · top 15,000 on PyPI

pyobjc-framework-FileProvider

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-LocalAuthenticationEmbeddedUI

Provides Python bindings for macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-Accessibility

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-VideoSubscriberAccount

Provides Python bindings to Apple's…

permissive · top 15,000 on PyPI

pyobjc-framework-UserNotifications

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

pyobjc-framework-LocalAuthentication

Provides Python bindings to macOS's…

permissive · top 15,000 on PyPI

Send2Trash

Sends files and directories to the platform's…

permissive · top 1,000 on PyPI