-
Notifications
You must be signed in to change notification settings - Fork 1
/
privacy.html
89 lines (80 loc) · 3.41 KB
/
privacy.html
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
87
88
89
<html>
<head>
<title>Colour Tap - Privacy Policy</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link type="image/vnd.microsoft.icon" href="../../favicon.png" rel="icon">
<style>
body {
margin: 25px;
font-family: helvetica;
}
h3 {
margin-top: 25px;
}
h4 {
margin-top: 25px;
}
</style>
</head>
<body ng-controller="AppController as appCtrl">
<h1>Colour Tap Privacy Policy</h1>
<h3>Introduction</h3>
<p>
Colour Tap or Color Tap ("us", "we", or "our") operates an app for Android
and iOS (the "App") under the same name. This page informs you
of our policies regarding the collection, use and disclosure of data we
receive from people using the App ("User").
</p>
<p>
By using the App, you agree to the collection and use of information in
accordance with this policy.
</p>
<p>
This policy applies to App versions x.y.y, where "x" is any number greater than or
equal to 2, and "y" is any number.
</p>
<h3>Information Gathered</h3>
<p>
The following section describes data gathered by the App, and may not apply to
external libraries used within the App ("Third Parties"). Please review the
"Third Parties" section of this document for Privacy Policies on individual Third
Parties used in the App.
</p>
<h4>Network & Internet</h4>
<p>
The App does not require a valid network or internet connection to function; however,
the following features do require a valid network connection:
<ul>
<li>In-app purchases</li>
</ul>
In addition, certain Third Parties utilize the internet in order to improve User
experience. See the "Third Parties" section of this policy for more information.
</p>
<h3>Third Parties</h3>
<h4>RevenueCat</h4>
<p>
RevenueCat is a tool that allows us to easier manage in-app purchases.
Please review the RevenueCat Privacy Policy
<a href="https://www.revenuecat.com/privacy">here</a>.
</p>
<h3>Changes to this Privacy Policy</h3>
<p>
This Privacy Policy is effective as of February 14th, 2024 and
will remain in
effect except with respect to any changes in its provisions in the future,
which will be in effect immediately after being posted on this page.
</p>
<p>
We reserve the right to update or change our Privacy Policy at any time
and you should check this Privacy Policy periodically. Your continued use
of the App after we post any modifications to the Privacy Policy on
this page will constitute your acknowledgment of the modifications and your
consent to abide and be bound by the modified Privacy Policy.
</p>
<h3>Contact Us</h3>
<p>
If you have any questions about this Privacy Policy, please
<a href='mailto:cohenadair@gmail.com'>contact us</a>.
</p>
</body>
</html>