privacy policy for subscription app
Privacy Policy for Subscription App: What iOS Developers Need for App Store Approval
A practical guide to creating a privacy policy for a subscription app, plus how to set up your iOS app website and Support URL for App Store Connect. Includes examples of disclosures, data categories, and a simple checklist.
If you ship a subscription app on iOS, Apple expects you to provide a clear Privacy Policy URL and a working Support URL in App Store Connect. The policy needs to match what your app actually does, what your SDKs do, and what you declare in App Privacy (the privacy nutrition labels). This guide walks through what to include in a privacy policy for a subscription app, how to host it, and how to keep it consistent with your app’s data practices.
What Apple expects for a subscription app (Privacy Policy URL, Support URL, and website)
In App Store Connect, most subscription apps need at least three public-facing URLs: a Privacy Policy URL, a Support URL, and often a Marketing URL (your app website). These pages should be accessible without login, load reliably, and remain stable over time.
The Privacy Policy URL is required if your app collects any user data, uses third-party analytics/ads, has accounts, or otherwise triggers Apple’s privacy requirements (which is common for subscription apps). The Support URL is required for customer support and should explain how users can contact you and get help with billing issues, refunds, or account access.
A lightweight app website is strongly recommended even if you rely on the App Store product page. It gives you a stable home for your policy, support content, and links Apple reviewers can open quickly. If you build your pages with a tool like MyAppDeck, keep the structure simple: Home (marketing), Support, Privacy Policy, and optionally Terms and EULA.
What to include in a privacy policy for a subscription app (core sections)
A privacy policy for a subscription app should be specific. Avoid generic templates that claim you collect data you don’t collect or fail to mention data your SDKs do collect. At minimum, include the sections below, written in plain language.
1) Who you are and how to contact you: App name, developer/company name, country, and a support contact (email or support form). If you have a DPO or privacy contact, include it.
2) What data you collect: List categories of data your app collects directly and indirectly. Common subscription-app items include: account identifiers (email), device identifiers (IDFV or other identifiers if used), purchase/subscription status, usage analytics, crash logs, customer support messages, and optional profile fields.
3) How you use the data: Examples include providing the service, restoring purchases, customer support, fraud prevention, improving the app, and analytics. If you do marketing communications, disclose that separately and provide opt-out instructions where applicable to your region’s laws and email best practices (even if not strictly required by Apple).
Subscription-specific privacy disclosures (purchases, receipts, and entitlement checks)
Subscriptions introduce a few privacy points that are easy to miss:
Subscription status and entitlement: Many apps store whether the user is active, which plan they’re on, and renewal state. If you store this on your server, disclose it as account/purchase-related information.
Receipts and verification: If you validate App Store receipts server-side, disclose that you process purchase/transaction information to confirm entitlements. Be careful with wording: Apple provides purchase mechanisms, but your system may process receipt data to verify access.
Payment information: If you use Apple’s in-app purchase for subscriptions, you typically do not receive the user’s full payment card details. Your policy should not claim you collect credit card numbers if you don’t. If you use a separate payment provider outside iOS (rare for iOS subscriptions due to rules), disclose that clearly and coordinate with legal guidance.
Third-party SDKs: analytics, crash reporting, and attribution
Many privacy policy problems come from forgetting what third-party SDKs collect. If you use analytics, crash reporting, attribution, or ads, your privacy policy should name the providers and describe the data they may process.
Practical approach: maintain a short list of vendors, each with purpose and data categories. For example: analytics to understand feature usage; crash reporting to diagnose failures; attribution to measure which marketing campaigns led to installs.
Make sure this matches what you declare in App Store Connect under App Privacy. If you mark analytics as collected, your policy should mention analytics data. If you say you don’t collect identifiers, verify your SDK configuration and documentation.
Data retention, deletion, and user controls
Apple reviewers and users expect to know how long you keep data and how users can request deletion or access.
Include: retention periods (or criteria, such as “as long as your account is active” plus limited backups), how users can delete their account (in-app if offered) or request deletion via email, and what data cannot be deleted immediately due to legal obligations (e.g., tax/accounting records if you sell outside Apple, or minimal logs for security).
If your app offers account creation, consider adding an in-app account deletion path where required by Apple policies (and align your support page to explain it). Even without accounts, provide a contact method for privacy requests.
Security and children’s privacy (common review blockers)
Security: You don’t need to promise perfection, but you should state you use reasonable measures (encryption in transit, access controls) appropriate to your size and product.
Children: If your subscription app is not intended for children, state the minimum age and that you do not knowingly collect data from children. If it is for children, you need a more specialized policy and strict compliance with applicable laws and Apple’s Kids Category rules.
Frequently asked questions
Do I need a privacy policy for a subscription app if I only use Apple in-app purchases?
Often yes. Even if Apple handles payment, most apps still collect some data such as device information, usage analytics, crash logs, or support emails. If your app collects any user data (including analytics and identifiers via SDKs), you should provide a Privacy Policy URL and ensure it matches your App Privacy disclosures.
What should my Support URL page include for App Store review?
At minimum: how users can contact you (email or form), basic troubleshooting steps, subscription/billing help (how to manage/cancel in iOS Settings, how to restore purchases, what to do if access doesn’t update), and a link to your privacy policy. Keep it accessible without login.
Can I use the same URL for Marketing and Privacy Policy?
You can link to the privacy policy from your website, but in App Store Connect you should provide a direct Privacy Policy URL that lands on the policy page itself. Reviewers prefer a stable, dedicated page.
How do I keep my privacy policy aligned with Apple’s App Privacy (nutrition labels)?
Inventory what data your app and SDKs collect, map each data item to Apple’s categories and purposes, and then reflect those same categories in your privacy policy. Update both whenever you add/remove SDKs, add account features, or change analytics settings.
Do I need Terms of Service in addition to a privacy policy for a subscription app?
It’s strongly recommended. Terms cover billing rules, renewals, cancellation, refunds (often pointing to Apple’s processes), and acceptable use. Apple may not always require Terms, but subscription apps typically benefit from having them alongside the privacy policy.
Promote your app
Turn this strategy into real app growth
Launch a polished website for your app with a conversion-ready landing page, support URL, and hosted privacy and terms pages. Get App Store-ready and start promoting faster.
Related articles
app store optimization website content
App Store Optimization Website Content: Build an iOS App Website, Support URL, and Privacy Policy That Convert
contact form for app support
Contact Form for App Support: Set Up a Support URL That Helps Users (and Passes App Review)
app support email best practices
App Support Email Best Practices for iOS Apps (Plus Support URL and Privacy Policy Setup)