-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
41 lines (33 loc) · 1.76 KB
/
privacy.html
File metadata and controls
41 lines (33 loc) · 1.76 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Privacy Policy – PurposeCompass</title>
</head>
<body>
<h1>Privacy Policy</h1>
<p>Effective Date: October 22, 2025</p>
<p>PurposeCompass is operated by 101245880 Saskatchewan Ltd., a Canadian corporation based in Regina, Saskatchewan. This Privacy Policy explains how we collect, use, and protect your personal information when you use the PurposeCompass mobile app.</p>
<h2>Information We Collect</h2>
<ul>
<li>Basic app usage data (e.g., session duration, module completion)</li>
<li>Optional journaling entries (stored locally on your device)</li>
<li>Crash reports and diagnostics (via Google Play)</li>
</ul>
<h2>How We Use Your Information</h2>
<ul>
<li>To improve app functionality and user experience</li>
<li>To monitor performance and fix bugs</li>
<li>To comply with legal obligations</li>
</ul>
<h2>Data Storage</h2>
<p>We do not store personal data on our servers. Journaling content remains on your device unless you choose to export it. Diagnostic data is handled by Google Play and subject to their privacy terms.</p>
<h2>Third-Party Services</h2>
<p>PurposeCompass may use Google Play Services and analytics tools. These services may collect anonymized usage data. Please refer to their respective privacy policies.</p>
<h2>Your Rights</h2>
<p>You may delete your app data at any time by uninstalling the app. If you have questions or concerns, contact us at <a href="mailto:support@purposecompass.ca">support@purposecompass.ca</a>.</p>
<h2>Changes</h2>
<p>We may update this policy from time to time. Changes will be posted on this page with an updated effective date.</p>
<p>© 2025 101245880 Saskatchewan Ltd.</p>
</body>
</html>