connectivityRX / privacy.html
ameenmarashi's picture
Update privacy.html
e067f1e verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Connectivty Rx Privacy Policy</title>
<meta name="description" content="Privacy policy for Connectivty Rx.">
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div class="shell">
<nav class="nav">
<div class="brand">
<strong>Connectivty Rx Privacy Policy</strong>
<span>How the app handles data and device diagnostics.</span>
</div>
<div class="nav-links">
<a href="./index.html">Home</a>
<a href="./support.html">Support</a>
<a href="./privacy.html">Privacy</a>
</div>
</nav>
<section class="hero">
<div class="eyebrow">Privacy</div>
<h1>Privacy Policy</h1>
<p class="lead">Last updated: March 23, 2026</p>
<p class="lead">
Connectivty Rx is designed to help users understand connection quality on their devices. This policy explains what information the app handles and how it is used.
</p>
</section>
<section class="section">
<h2>Information the App Uses</h2>
<ul class="list">
<li>Network diagnostic measurements such as latency, packet loss, jitter, throughput, and reachability status</li>
<li>App preferences such as selected test profile and display settings</li>
<li>Saved diagnostic history created by the user on the device</li>
</ul>
</section>
<section class="section">
<h2>How Data Is Stored</h2>
<p>
Diagnostic history and preferences are stored locally on the user’s device. Connectivty Rx does not require an account to run diagnostics.
</p>
</section>
<section class="section">
<h2>Data Sharing</h2>
<p>
Connectivty Rx does not sell personal data. The app does not share user data with third parties for advertising purposes.
</p>
<p>
If a user chooses to export a PDF report, that exported file is created at the user’s request and can then be shared by the user outside the app.
</p>
</section>
<section class="section">
<h2>In-App Purchases</h2>
<p>
Pro features are offered through Apple’s in-app purchase system. Purchase transactions are handled by Apple. The app uses StoreKit entitlement status to determine whether Pro features are available on the device.
</p>
</section>
<section class="section">
<h2>Children’s Privacy</h2>
<p>
Connectivty Rx is not directed to children and does not knowingly collect personal information from children.
</p>
</section>
<section class="section">
<h2>Contact</h2>
<p>
For privacy questions, contact: <strong>ameenmarashi@icloud.com</strong>
</p>
</section>
<footer class="footer">
Connectivty Rx · <a href="./index.html">Home</a> · <a href="./support.html">Support</a>
</footer>
</div>
</body>
</html>