<!doctype html>

<html lang="en">

<head>

  <meta charset="utf-8" />

  <meta name="viewport" content="width=device-width,initial-scale=1" />

  <title>WEINMANN O₂ Calculator — Privacy Policy</title>

  <meta name="description" content="Privacy policy for WEINMANN O₂ Calculator — this app collects no user data." />

  <style>

    body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial; line-height:1.6; color:#111; margin:0; padding:24px; background:#f7f9fb; }

    .container { max-width:800px; margin:28px auto; background:#fff; padding:28px; border-radius:10px; box-shadow:0 6px 24px rgba(0,0,0,0.06); }

    h1 { margin-top:0; font-size:1.6rem; }

    h2 { margin:20px 0 8px; font-size:1.05rem; }

    p { margin:8px 0; }

    ul { margin:6px 0 12px 20px; }

    .muted { color:#555; font-size:0.95rem; }

    a { color:#0b63d6; text-decoration:none; }

    footer { margin-top:26px; font-size:0.9rem; color:#555; }

    pre { background:#f0f4f8; padding:10px; border-radius:6px; overflow:auto; }

  </style>

</head>

<body>

  <div class="container">

    <h1>WEINMANN O₂ Calculator — Privacy Policy</h1>

    <p class="muted"><strong>Last updated:</strong> [Insert Date]</p>


    <h2>1. Overview</h2>

    <p>

      WEINMANN O₂ Calculator is a free, offline educational calculator for oxygen estimations.

      This web page explains how the app handles privacy.

    </p>


    <h2>2. No Data Collected</h2>

    <p>

      The WEINMANN O₂ Calculator <strong>does not collect, store, or process</strong> any personal

      or non-personal data from users. This includes (but is not limited to):

    </p>

    <ul>

      <li>No names, email addresses, or account details</li>

      <li>No device identifiers (IDFA, advertising IDs), cookies, or local analytics</li>

      <li>No usage tracking, telemetry, or crash reports</li>

      <li>No location data or health data</li>

    </ul>


    <h2>3. No Third-Party Sharing</h2>

    <p>

      Because the application collects no data, nothing is shared with third parties, SDKs,

      advertising networks, or analytics providers.

    </p>


    <h2>4. No Tracking Technologies</h2>

    <p>

      The app does not use cookies, web beacons, device identifiers, or any other tracking technology.

    </p>


    <h2>5. Children’s Privacy</h2>

    <p>

      The application does not collect data from children or any user of any age.

    </p>


    <h2>6. Contact</h2>

    <p>

      If you have questions about this policy, contact us at:

    </p>

    <p><strong>Email:</strong> <a href="mailto:[support@yourdomain.com]">[support@yourdomain.com]</a></p>


    <h2>7. App Store Notes</h2>

    <ul>

      <li>Apple requires a public Privacy Policy URL for App Store submissions even when an app collects no data.</li>

      <li>When filling App Store Connect metadata, choose the appropriate “No data collected” options in the App Privacy section and paste this page URL into the “Privacy Policy URL” field.</li>

      <li>Reference: <a href="https://developer.apple.com/help/app-store-connect/manage-app-information/manage-app-privacy" target="_blank" rel="noopener">App Privacy Requirements (Apple Developer)</a>.</li>

    </ul>


    <footer>

      <p class="muted">This privacy statement reflects your declaration that the app does not collect data. If you later add analytics, crash reporting, login, cloud sync, or any third-party SDK that collects data, update this policy and App Store metadata to reflect those changes.</p>

    </footer>

  </div>

</body>

</html>