File size: 3,018 Bytes
c68a889
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e067f1e
c68a889
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!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>