-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathviewfinderplusprivacy.html
More file actions
79 lines (67 loc) · 1.9 KB
/
viewfinderplusprivacy.html
File metadata and controls
79 lines (67 loc) · 1.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Privacy Policy</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
line-height: 1.6;
margin: 40px;
max-width: 800px;
}
h1, h2 {
line-height: 1.25;
}
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p><strong>Effective Date:</strong> 01/01/2026</p>
<p>
This app is developed by David Blake.
</p>
<h2>Information Collection and Use</h2>
<p>
This app does not collect, store, or share personal information directly.
</p>
<p>
The app displays advertisements provided by <strong>Google AdMob</strong>, a third-party advertising service.
Google AdMob may collect certain information automatically, including but not limited to:
</p>
<ul>
<li>Device identifiers (such as the Advertising Identifier / IDFA)</li>
<li>Approximate location</li>
<li>Usage data</li>
</ul>
<p>
This information is used to display and improve advertisements.
</p>
<h2>Third-Party Services</h2>
<p>
The app uses the following third-party service:
</p>
<ul>
<li>
Google AdMob —
<a href="https://policies.google.com/privacy" target="_blank" rel="noopener noreferrer">
https://policies.google.com/privacy
</a>
</li>
</ul>
<h2>Data Sharing</h2>
<p>
The developer does not sell, trade, or otherwise transfer personal information to third parties.
Any data collection and processing is handled by Google AdMob in accordance with its privacy policy.
</p>
<h2>Children’s Privacy</h2>
<p>
This app is not directed to children under the age of 13.
The developer does not knowingly collect personal information from children.
</p>
<h2>Changes to This Privacy Policy</h2>
<p>
This Privacy Policy may be updated from time to time.
Any changes will be posted on this page.
</p>