-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
75 lines (74 loc) · 2.57 KB
/
privacy-policy.html
File metadata and controls
75 lines (74 loc) · 2.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<title>
Privacy Policy - SVZ: Special Forces Against Zombies - SVZ:Special Forces
Against Zombies by svzdev
</title>
</head>
<body>
<h1>Privacy Policy - SVZ: Special Forces Against Zombies</h1>
<p>
This privacy policy applies to the game "SVZ: Special Forces Against
Zombies" (hereinafter referred to as "the Game") developed
by [SVZ Team].
</p>
<h2>1. Information Collection</h2>
<p>
The Game does not collect, store, or transmit any personal information
from users. All game data is stored locally on your device. No data is
sent to external servers. The Game does not use any tracking technologies
and does not request access to your advertising identifier (IDFA).
</p>
<h2>2. Third-Party Services</h2>
<p>The Game may integrate the following third-party services:</p>
<ul>
<li>
<strong>Apple’s Game Center</strong>: Optional for leaderboards and
achievements. Data is handled by Apple under their
<a href="https://www.apple.com/legal/privacy/" target="_blank"
>privacy policy</a
>.
</li>
<li>
<strong>Ad Networks [e.g., Google AdMob]</strong>: Used to display non-personalized
ads. May collect limited non-identifiable data such as device type and
IP address for ad delivery. We do not enable personalized advertising or
user tracking. Please refer to
<a href="https://policies.google.com/technologies/ads" target="_blank"
>Google's privacy policy</a
>.
</li>
</ul>
<p>
We encourage you to review the privacy policies of these third parties.
</p>
<h2>3. Children’s Privacy</h2>
<p>
The Game is not directed at children under 13. We do not knowingly collect
data from children.
</p>
<h2>4. Changes to This Policy</h2>
<p>
We may update this policy. The updated version will be posted here with a
new "Last updated" date.
</p>
<h2>5. Contact Us</h2>
<p>Please use our support form to get in touch:</p>
<p>
<a
href="https://forms.gle/WmahVjY3qFi1KuJo8"
target="_blank"
referrerpolicy="origin"
rel="nofollow noopener"
>SVZ Support Form</a
><br />
<br />
</p>
<hr />
<p>Last updated: December 4, 2025</p>
<p>© 2025 SVZ Team. All rights reserved.</p>
</body>
</html>