axiom-privacy-ux

Guide iOS apps through privacy manifests, ATT flows, and Nutrition Labels.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/pradeepmouli/swift-template --skill axiom-privacy-ux-pradeepmouli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axiom-privacy-ux
Source: https://github.com/pradeepmouli/swift-template/tree/main/.agents/skills/axiom-privacy-ux
Command: npx skills add https://github.com/pradeepmouli/swift-template --skill axiom-privacy-ux-pradeepmouli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Privacy manifests, just-in-time permission UX, ATT handling, and Privacy Nutrition Labels guidance to help apps comply with WWDC 2023 requirements and improve user trust.

Core Features & Use Cases

  • Privacy manifest generation (PrivacyInfo.xcprivacy) to transparently declare data usage and tracking
  • Just-in-time permission UX design and education flows to improve consent rates
  • App Tracking Transparency (ATT) integration and tracking domain management for compliant data use
  • Preparation and auditing of Privacy Nutrition Labels for App Store Connect
  • Debugging privacy-related App Store rejections and verifying third-party SDK privacy manifests
  • Domain separation strategies to minimize cross-domain tracking while preserving functionality

Quick Start

Follow the steps to implement privacy manifests, build consent flows, and prepare app data disclosures before release.

Frequently Asked Questions about axiom-privacy-ux

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a PrivacyInfo.xcprivacy manifest for my iOS app?

Privacy manifests (PrivacyInfo.xcprivacy) transparently declare data usage and tracking. You need to define your data collection practices, tracking domains, and Required Reason API usage within the manifest file to ensure compliant App Store submission.

What is just-in-time permission UX and how does it improve iOS consent rates?

Just-in-time permission UX designs education flows before presenting system prompts. By explaining why data is needed right before the request appears, users understand the context better, which improves consent rates and builds user trust.

How do I implement App Tracking Transparency (ATT) flows correctly?

App Tracking Transparency (ATT) integration involves designing clear consent flows and managing tracking domains. You must separate domains to minimize cross-domain tracking while preserving functionality, ensuring compliant data use before requesting ATT permission.

How do I prepare Privacy Nutrition Labels for App Store Connect?

Privacy Nutrition Labels require auditing your app's data collection practices. You must categorize data types, identify tracking purposes, and declare data linking behavior to accurately prepare disclosures for App Store Connect submission.

Why does my iOS app get rejected for missing privacy manifests in third-party SDKs?

App Store rejections occur when third-party SDKs lack required privacy manifests. You must verify all integrated SDKs include PrivacyInfo.xcprivacy files and declare their Required Reason API usage to resolve privacy-related submission failures.

Can I debug privacy-related App Store rejections by verifying SDK privacy manifests?

Yes, debugging privacy rejections requires verifying third-party SDK privacy manifests. You must audit each SDK's PrivacyInfo.xcprivacy file to ensure Required Reason API usage and tracking domain declarations comply with WWDC 2023 requirements.