Privacy Policy for Mobile Apps: App Store, Google Play & Australian Law Requirements

Complete guide to iOS and Android privacy policy requirements, platform rules, and Privacy Act 1988 compliance.

⏱ 10 min read

App Store & Google Play Both Require a Privacy Policy

Before your app is published on the Apple App Store or Google Play Store, both platforms require a Privacy Policy. This isn't optional — it's a mandatory gatekeeping requirement. Without a valid Privacy Policy linked from your app listing, your app will be rejected.

Why platforms require this: Users expect to know how their data is handled. App stores enforce this to maintain trust and comply with regulations like Australia's Privacy Act 1988.

Your Privacy Policy must be:

Device Data Collection: What Requires Explicit Consent

iOS and Android apps can access sensitive device data like location, camera, microphone, contacts, and photo library. Australian privacy law (Privacy Act 1988) doesn't mandate upfront consent like GDPR, but app platforms do.

Device permissions that require explicit disclosure and user consent:

For each permission, your Privacy Policy should state: "[Permission name] is used for [specific purpose]. You can grant or deny this permission in Settings."

Push Notifications & Consent Disclosure

Push notifications are a key app feature, but they require explicit user consent under both iOS and Android guidelines.

Example text: "We collect device tokens to deliver app notifications. You can disable notifications at any time in [app settings / iOS Settings > Notifications]."

In-App Purchase Data Handling

If your app offers in-app purchases (subscriptions, consumables, non-consumables), Apple and Google process the payment, but you still have data obligations.

Your Privacy Policy should note: "In-app purchases are processed by [Apple/Google]. We store transaction history for [period] for account management and support."

Children's Apps: Additional Privacy Obligations

If your app is marketed to or could be used by children under 13, you have much stricter obligations under Australian law and international standards.

Important: If your app has any appeal to children, or could reasonably be used by someone under 13, you must treat it as a children's app for privacy purposes.

Additional requirements for children's apps:

Many app developers age-gate their apps (require users to be 13+) to avoid these stricter requirements.

App Analytics: Firebase, Crashlytics & Other SDKs

Most apps use analytics SDKs to track crashes, performance, and user behaviour. These are third-party integrations that must be disclosed.

Common SDKs that collect data:

For each SDK, your Privacy Policy must state:

Third-Party Libraries & Hidden Data Collection

Apps often use third-party libraries for features like authentication, ads, or UI components. Some collect data you may not realize:

Review all third-party libraries you use and disclose them in your Privacy Policy.

Information to Prepare Before Generating

Audit your dependencies: Use a tool like GitHub's dependency checker or manually review your app's libraries to create a comprehensive list of third-party tools for your Privacy Policy. You'd be surprised how many SDKs collect data.
Generate your Mobile App Privacy Policy → Read the full Privacy Policy guide →

Also useful for Mobile Apps