Skip to content

Instantly share code, notes, and snippets.

@myth1996
Created March 12, 2026 22:05
Show Gist options
  • Select an option

  • Save myth1996/a150da86c5147fb332aa15180a845435 to your computer and use it in GitHub Desktop.

Select an option

Save myth1996/a150da86c5147fb332aa15180a845435 to your computer and use it in GitHub Desktop.
ReadyToFly Privacy Policy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy — ReadyToFly</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; max-width: 800px; margin: 0 auto; padding: 24px 20px 60px; color: #1a1a1a; line-height: 1.7; }
h1 { font-size: 28px; margin-bottom: 4px; }
h2 { font-size: 18px; margin-top: 36px; border-bottom: 1px solid #e5e5e5; padding-bottom: 6px; }
p, li { font-size: 15px; }
ul { padding-left: 20px; }
a { color: #1a56db; }
.meta { color: #555; font-size: 14px; margin-bottom: 32px; }
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p class="meta">App: <strong>ReadyToFly</strong> &nbsp;|&nbsp; Developer: <strong>Myth96</strong> &nbsp;|&nbsp; Last updated: <strong>March 2026</strong></p>
<p>ReadyToFly ("we", "our", or "us") is committed to protecting your privacy. This Privacy Policy explains what information we collect, how we use it, and your rights in relation to it. By using ReadyToFly, you agree to the practices described in this policy.</p>
<h2>1. Information We Collect</h2>
<h3>1.1 Information You Provide</h3>
<ul>
<li><strong>Phone number</strong> — collected during OTP-based sign-in (Indian +91 numbers) for authentication purposes only.</li>
<li><strong>Flight details</strong> — flight numbers, dates, and airports you enter are stored locally on your device and are not transmitted to our servers.</li>
</ul>
<h3>1.2 Information Collected Automatically</h3>
<ul>
<li><strong>Usage data</strong> — anonymised analytics events (screens viewed, features used) collected via Firebase Analytics to help us improve the app.</li>
<li><strong>Crash reports</strong> — anonymous crash and performance data collected via Firebase Crashlytics.</li>
<li><strong>Advertising identifiers</strong> — your device's advertising ID, used by Google AdMob to show relevant ads (free users only). You can reset or opt out of ad personalisation in your device settings.</li>
</ul>
<h2>2. Third-Party Services</h2>
<p>ReadyToFly uses the following third-party services, each governed by their own privacy policies:</p>
<ul>
<li><strong>Firebase (Google LLC)</strong> — phone authentication, analytics, and crash reporting. <a href="https://firebase.google.com/support/privacy" target="_blank">Firebase Privacy Policy</a>.</li>
<li><strong>Google AdMob (Google LLC)</strong> — advertising SDK used to display ads to free users. <a href="https://policies.google.com/privacy" target="_blank">Google Privacy Policy</a>. AdMob may collect device information, location data, and advertising identifiers to serve personalised ads.</li>
<li><strong>Razorpay</strong> — payment processing for ReadyToFly Premium subscriptions. Razorpay handles all payment data; we do not store card or banking details. <a href="https://razorpay.com/privacy/" target="_blank">Razorpay Privacy Policy</a>.</li>
<li><strong>AviationStack API</strong> — real-time flight data lookups. Your flight search queries (flight number, date) are sent to AviationStack's servers to retrieve flight status information.</li>
</ul>
<h2>3. How We Use Your Information</h2>
<ul>
<li>To authenticate your account and keep your session secure.</li>
<li>To provide and improve app features.</li>
<li>To display advertisements to free-tier users (via AdMob).</li>
<li>To process Premium subscription payments (via Razorpay).</li>
<li>To diagnose bugs and crashes through anonymised reports.</li>
<li>We do <strong>not</strong> sell your personal data to any third party.</li>
</ul>
<h2>4. Data Storage and Retention</h2>
<ul>
<li>Flight data and checklists are stored <strong>locally on your device</strong> and are not uploaded to our servers.</li>
<li>Firebase Authentication retains your phone number for as long as your account exists. You can delete your account by contacting us at the email below.</li>
<li>Analytics data is retained by Google Firebase for up to 14 months in aggregated, anonymised form.</li>
</ul>
<h2>5. Advertising and Ad Personalisation</h2>
<p>Free users see ads served by Google AdMob. AdMob may use your advertising ID and general location to show personalised ads. You can opt out of ad personalisation:</p>
<ul>
<li><strong>Android:</strong> Settings → Google → Ads → Opt out of Ads Personalisation.</li>
</ul>
<p>We comply with Google's Families Policy and do not direct targeted advertising at children under 13.</p>
<h2>6. Children's Privacy</h2>
<p>ReadyToFly is not directed at children under the age of 13. We do not knowingly collect personal information from children. If you believe a child has provided us personal information, please contact us immediately.</p>
<h2>7. Security</h2>
<p>We implement industry-standard security measures including Firebase's encrypted authentication and HTTPS-only API communications. However, no method of transmission over the internet is 100% secure.</p>
<h2>8. Your Rights</h2>
<p>Depending on your jurisdiction, you may have the right to:</p>
<ul>
<li>Access, correct, or delete your personal data.</li>
<li>Withdraw consent for data processing.</li>
<li>Lodge a complaint with a data protection authority.</li>
</ul>
<p>To exercise any of these rights, contact us at <a href="mailto:hello.readytofly@gmail.com">hello.readytofly@gmail.com</a>.</p>
<h2>9. Changes to This Policy</h2>
<p>We may update this Privacy Policy from time to time. When we do, we will update the "Last updated" date at the top of this page. We encourage you to review this policy periodically. Continued use of ReadyToFly after changes constitutes acceptance of the updated policy.</p>
<h2>10. Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact:</p>
<p>
<strong>Myth96 — ReadyToFly</strong><br />
Email: <a href="mailto:hello.readytofly@gmail.com">hello.readytofly@gmail.com</a><br />
Website: <a href="https://readytofly.in" target="_blank">https://readytofly.in</a>
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment