Install
$ agentstack add skill-erkamyaman-ionic-capacitor-skills-ionic-att ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
iOS App Tracking Transparency (ATT)
iOS 14+ requires apps that track users across other companies' apps and websites — including AdMob personalized ads — to ask for permission via the system ATT dialog. Without it: ads degrade to non-personalized, eCPM drops dramatically, and Apple rejects the build during review.
When to consult
- Info.plist setup + plugin install: [setup.md](references/setup.md)
- When and how to prompt (timing matters): [request-flow.md](references/request-flow.md)
- Per-framework integration: [framework-snippets.md](references/framework-snippets.md)
Hard rules
- ❌ NEVER prompt on first launch. Apple rejects this. The ATT dialog must come after the user has experienced enough of the app to understand why permission is being requested.
- ✅ Prompt after onboarding completes and before AdMob's first impression.
- ✅ The
NSUserTrackingUsageDescriptionstring inInfo.plistMUST clearly state how the data is used. Generic placeholders ("We need this to show ads") get rejected. - ✅ Android is not affected — the ATT plugin no-ops on Android.
- ✅ ATT pairs with [
ionic-cmp-consent](../ionic-cmp-consent/SKILL.md) — they cover different jurisdictions (Apple vs EU), and both are required for full ad revenue.
Library
npm install @capacitor-community/app-tracking-transparency
npx cap sync
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: erkamyaman
- Source: erkamyaman/ionic-capacitor-skills
- License: MIT
- Homepage: https://www.skills.sh/erkamyaman/ionic-capacitor-skills
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.