pyobjc-framework-AppTrackingTransparency
Wrappers for the framework AppTrackingTransparency on macOS
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-apptrackingtransparencyuv
uv add pyobjc-framework-apptrackingtransparencypoetry
poetry add pyobjc-framework-apptrackingtransparencyInstalling 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
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
pyobjc-framework-LinkPresentationProvides Python bindings for macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-NotificationCenterProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-AccountsProvides Python bindings to macOS's Accounts…
permissive · top 15,000 on PyPI
pyobjc-framework-FileProviderProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-LocalAuthenticationEmbeddedUIProvides Python bindings for macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-AccessibilityProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-VideoSubscriberAccountProvides Python bindings to Apple's…
permissive · top 15,000 on PyPI
pyobjc-framework-UserNotificationsProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
pyobjc-framework-LocalAuthenticationProvides Python bindings to macOS's…
permissive · top 15,000 on PyPI
Send2TrashSends files and directories to the platform's…
permissive · top 1,000 on PyPI