-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
93 lines (77 loc) · 3.86 KB
/
privacy.html
File metadata and controls
93 lines (77 loc) · 3.86 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
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Privacy Policy | Rocket Applications Inc.</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
padding: 20px;
max-width: 800px;
margin: auto;
background: #f9f9f9;
color: #333;
}
h1, h2 {
color: #111;
}
a {
color: #0066cc;
}
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p><strong>Effective Date:</strong> 15 July, 2025</p>
<p><strong>Rocket Applications Inc.</strong> ("we", "us", or "our") operates the mobile application linked to <a href="https://rocket-psstore.github.io/" target="_blank">https://rocket-psstore.github.io/</a> (the “App”). This Privacy Policy explains how we collect, use, and share information from users of the App.</p>
<h2>1. Information We Collect</h2>
<p>We collect the following information from users of our App:</p>
<ul>
<li>IP Address</li>
<li>Location Data (based on device permissions)</li>
</ul>
<h2>2. How We Use Your Information</h2>
<p>We use the collected information to:</p>
<ul>
<li>Monitor and analyze usage and trends to improve user experience</li>
<li>Serve personalized or location-based advertisements</li>
<li>Ensure technical functionality and security of the App</li>
</ul>
<h2>3. Third-Party Services</h2>
<p>We use the following third-party services that may collect and process your data:</p>
<h3>● Google Analytics</h3>
<p>Used to analyze usage patterns and improve our App. Google may collect your IP address and other usage data.
<br/>
<a href="https://policies.google.com/privacy" target="_blank">View Google Privacy Policy</a></p>
<h3>● Start.io</h3>
<p>Used for mobile advertising and monetization. Start.io may collect device identifiers, location, and IP address.
<br/>
<a href="https://www.start.io/policy/privacy-policy/" target="_blank">View Start.io Privacy Policy</a></p>
<h2>4. Advertising</h2>
<p>We work with advertising partners, including Start.io, to display ads within our App. These partners may use IP address and device location to serve relevant ads. You can manage ad preferences or opt out via your device settings.</p>
<h2>5. Data Sharing</h2>
<p>We do <strong>not sell</strong> your personal data. We may share data with trusted service providers and partners (e.g., analytics and ad networks) strictly for the purposes outlined above.</p>
<h2>6. International Users</h2>
<p>If you are located in the European Economic Area (EEA), California, or other regions with data protection laws, we process your data in compliance with applicable regulations (e.g., GDPR, CCPA).</p>
<p>You have the right to:</p>
<ul>
<li>Access the personal data we hold about you</li>
<li>Request correction or deletion of your data</li>
<li>Withdraw consent to data collection (e.g., through your device settings)</li>
</ul>
<h2>7. Data Retention</h2>
<p>We retain your data only as long as necessary for the purposes described in this policy, unless a longer retention period is required by law.</p>
<h2>8. Security</h2>
<p>We implement reasonable security measures to protect your data. However, no method of transmission over the internet is 100% secure.</p>
<h2>9. Children’s Privacy</h2>
<p>Our App is <strong>not intended for children under the age of 13</strong>, and we do not knowingly collect data from such users.</p>
<h2>10. Contact Us</h2>
<p>If you have questions or concerns about this Privacy Policy, contact us at:
<br/>
📧 <a href="mailto:benzoi9312@gmail.com">benzoi9312@gmail.com</a></p>
<h2>11. Changes to This Policy</h2>
<p>We may update this Privacy Policy from time to time. Changes will be posted on this page with an updated effective date.</p>
</body>
</html>