-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (75 loc) · 4.24 KB
/
index.html
File metadata and controls
85 lines (75 loc) · 4.24 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
75
76
77
78
79
80
81
82
83
84
85
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Days Since Privacy Policy</title>
<link rel="icon" href="assets/logo.png">
<meta name="description" content="Days Since Privacy Policy">
<meta name="author" content="Days Since">
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<style>
body {
width: 90%;
max-width: 870px;
margin: 40px auto;
text-align: center;
}
.updated {
font-size: 14px;
}
.description {
text-align: left;
margin-top: 40px;
}
.description > div {
margin-bottom: 20px;
}
.description > div > p:first-of-type {
margin-top: 10px;
}
h1, h3 {
color: #4E82B4;
}
h3 {
margin-bottom: 0;
}
</style>
</head>
<body>
<h1>Days Since Privacy Policy</h1>
<p class="updated">Last updated: July 17, 2025</p>
<div class="description">
<div>
<h3>Overview</h3>
<p>We take your privacy very seriously. Days Since app does not collect any personal data. All information that you input into the Days Since app remains privately stored on your device.</p>
</div>
<div>
<h3>Crash reporting & Analytics</h3>
<p>Days since uses <a href="https://sentry.io" target="_blank">Sentry</a> for crash reporting. This helps us to identify crashes and stability issues and why they're caused (e.g., an edge case on iPhone SE), which greatly speeds up and eases the ability to fix them.</p>
<p>The app also uses a self-hosted instance of analytics tool called Countly which is open-source and you can find its source code <a href="https://github.com/Countly/countly-sdk-ios" target="_blank">here</a>. Countly’s analytics capabilities are used within the app to better understand which features are being used - e.g., how many counters users have on average, how many users use Dark Mode, etc. This allows us to better make development decisions and choose where to focus development effort. The information collected is anonymous. Days Since app does not share, sell or rent your data, and the anonymous information is only collected to help make the app better. If you don't agree with this data collection, there's an option in the <i>Settings</i> tab called <i>Crash Reporting & Analytics</i> to completely turn it off.</p>
</div>
<div>
<h3>Payment Data and Purchase History</h3>
<p>The App uses <a href="https://www.revenuecat.com" target="_blank">RevenueCat</a> to manage trial versions and paid subscriptions. RevenueCat's Privacy Policy can be found <a href="https://www.revenuecat.com/privacy/" target="_blank">here</a>.</p>
</div>
<div>
<h3>Sharing Usage Data with Apple</h3>
<p>When a user requests a subscription refund through Apple, we may share limited usage data with Apple to help assess whether the subscription was actively used. This data may include anonymized feature usage or engagement patterns (e.g., how often the app was opened or used), and is shared only when a refund is requested.</p>
<p>This information does not include personal identifiers such as name, email, or Apple ID, and is used only for refund evaluation purposes. The data is transmitted securely and handled in compliance with Apple’s and our privacy obligations.</p>
</div>
<div>
<h3>Your Consent</h3>
<p>By using the Days Since app, you consent to this privacy policy.</p>
</div>
<div>
<h3>Changes to this Privacy Policy</h3>
<p>We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. These changes are effective immediately after they are posted on this page.</p>
</div>
<div>
<h3>Contact Us</h3>
<p>If you have any questions or suggestions, you can contact us at <i>contact [at] dayssinceapp [dot] com</i></p>
<p>If you contact us through this email, we will see your name and email address. Your information is only to assist us in providing customer support to you and won’t be added to a mailing list or sold to a third-party company. If you wish, you may email us to remove your name and email address from our inbox.</p>
</div>
</div>
</body>
</html>