-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprivacy.html
More file actions
74 lines (61 loc) · 3.34 KB
/
Copy pathprivacy.html
File metadata and controls
74 lines (61 loc) · 3.34 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Octofill — Privacy Policy</title>
<meta name="description" content="Octofill's privacy policy. Short version: it collects nothing, sends nothing, and never goes online.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="site-header">
<div class="wrap">
<a class="logo" href="index.html" aria-label="Octofill home"><span></span><span></span><span></span><span></span></a>
<div class="brand">Octofill <small>Privacy Policy</small></div>
</div>
</header>
<main>
<div class="wrap">
<div class="doc">
<h2>Privacy Policy</h2>
<p class="effective">Last updated: 13 June 2026</p>
<p><strong>The short version: Octofill collects nothing, sends nothing, and never connects to the internet.</strong> There are no ads, no analytics, no trackers, and no third-party code. Everything you do stays on your device.</p>
<h3>Information we collect</h3>
<p>None. Octofill does not collect, store, transmit, or share any personal information. There is no account, no sign-in, and no way for the app to identify you.</p>
<h3>Information stored on your device</h3>
<p>To make the game work, Octofill saves a few things locally on your iPhone using iOS's standard on-device storage:</p>
<ul>
<li>Player profiles you create — the name, emoji, and colour you choose.</li>
<li>High scores and your in-progress game.</li>
<li>Your sound and haptics preferences.</li>
</ul>
<p>This information never leaves your device. We cannot see it. Deleting a profile removes that profile's data, and deleting the app removes all of it.</p>
<h3>Names and content you enter</h3>
<p>Profile names and avatars are chosen by you for your own use on your own device. They are not transmitted anywhere and are not visible to us or anyone else.</p>
<h3>Network and tracking</h3>
<p>Octofill makes no network connections. It does not use the Apple advertising identifier, does not request tracking permission, and contains no advertising, analytics, or third-party SDKs.</p>
<h3>Children's privacy</h3>
<p>Octofill is suitable for all ages and is designed to be shared with children. Because it collects no data from anyone, it collects no data from children. We do not knowingly collect personal information from anyone, including children under 13.</p>
<h3>Changes to this policy</h3>
<p>If this policy ever changes, the updated version will be posted on this page with a new date above. Since the app collects nothing, we don't anticipate material changes.</p>
<h3>Contact</h3>
<p>Questions about privacy? Open an issue on the <a href="https://github.com/imdavehack/blockfall/issues">GitHub project</a> and we'll be glad to help.</p>
</div>
<div class="actions">
<a class="btn" href="index.html">← Back to Octofill</a>
<a class="btn" href="support.html">Support & help</a>
</div>
</div>
</main>
<footer class="site-footer">
<div class="wrap">
<div>© 2026 Still Waters</div>
<nav>
<a href="index.html">Home</a>
<a href="support.html">Support</a>
<a href="https://github.com/imdavehack/blockfall">GitHub</a>
</nav>
</div>
</footer>
</body>
</html>