Here is a clean, professional, and GDPR-compliant Privacy Policy template tailored for an iOS app. Since you will be linking this inside the app (and on the App Store), it is structured to be clear, scannable, and compliant with Apple’s App Store Review Guidelines.
Privacy Policy
Last Updated: June 28, 2026
Your privacy is important to us. This Privacy Policy explains how our iOS application (the "App") collects, uses, and safeguards your information when you use our services. By using the App, you agree to the collection and use of information in accordance with this policy.
1. Information We Collect
Data You Provide Directly
Account Information: If you create an account, we may collect your name, email address, and authentication details.
User Content: Any data, text, or media you explicitly upload or create within the App.
Data Collected Automatically
Device and Usage Information: We may collect pseudonymous data about your device, including device model, operating system version, unique device identifiers, and basic app performance/crash logs.
Apple TrueDepth Camera (If Applicable): [Delete if not applicable] Our App does not store or share face data. Any face tracking or camera use happens strictly on-device in real-time.
2. How We Use Your Information
We use the collected data to:
Provide, maintain, and improve the App's features.
Respond to customer support requests and user feedback.
Monitor app performance and resolve technical issues (crashes).
Ensure compliance with legal obligations and security protocols.
3. Data Storage and Retention
Local Storage: Wherever possible, your data is processed and stored locally on your iOS device using secure frameworks like Keychain and CoreData.
Data Retention: We only retain your personal data for as long as necessary to fulfill the purposes outlined in this Privacy Policy, or as required by law.
4. Third-Party Services and Analytics
We do not sell, trade, or rent your personal information to third parties. We may use trusted third-party services to assist in running the App (e.g., Apple TestFlight, Firebase Crashlytics).
These third parties only have access to the data necessary to perform specific tasks on our behalf and are obligated not to disclose or use it for any other purpose.
5. Your Rights (GDPR & CCPA Compliant)
Depending on your location, you have specific rights regarding your personal data, including:
The right to access the data we hold about you.
The right to rectification (correcting inaccurate data).
The right to erasure ("the right to be forgotten").
The right to data portability (requesting a copy of your data).
To exercise any of these rights, or to request that your account and data be permanently deleted, please contact us at the email address provided below.
6. Children’s Privacy
Our App does not knowingly collect or solicit personal information from anyone under the age of 13 (or under 16 in certain jurisdictions under GDPR). If we discover that we have inadvertently collected personal data from a child, we will delete that information immediately.
7. Changes to This Privacy Policy
We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the "Last Updated" date at the top.
8. Contact Us
If you have any questions, concerns, or requests regarding this Privacy Policy, please contact us at:
Email: [Insert Support Email Address]
Website: [Insert App Support URL / Developer Website]
💡 Next Steps for Implementation:
Fill in the Placeholders: Replace the bracketed text [...] with your specific app details and support email.
Host the Policy: You must host this markdown text (or an HTML version of it) on a public URL (e.g., via GitHub Pages, your personal website, or Notion). Apple requires a live web link for the App Store Connect submission.
Link in the App: In your Xcode project, add a button in your Settings or About menu labeled "Privacy Policy" that opens this URL using UIApplication.shared.open(url).