-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (90 loc) · 4.22 KB
/
Copy pathindex.html
File metadata and controls
100 lines (90 loc) · 4.22 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
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VisualTrainr Privacy Policy</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
color: #333;
}
h1 {
color: #1d1d1f;
border-bottom: 2px solid #007AFF;
padding-bottom: 10px;
}
h2 {
color: #007AFF;
margin-top: 30px;
}
.contact {
background-color: #f5f5f7;
padding: 15px;
border-radius: 8px;
margin-top: 30px;
}
</style>
</head>
<body>
<h1>Privacy Policy for VisualTrainr</h1>
<p><strong>Last updated:</strong> 24th July 2025 </p>
<h2>Overview</h2>
<p>VisualTrainr is designed to help you track your workouts by displaying real-time fitness data from your Apple Watch on your iPhone. We are committed to protecting your privacy and being transparent about how we handle your data.</p>
<h2>Information We Collect</h2>
<p>VisualTrainr accesses the following data from Apple's HealthKit with your explicit permission:</p>
<ul>
<li><strong>Heart Rate:</strong> To display real-time heart rate during workouts and calculate heart rate zones</li>
<li><strong>Workout Data:</strong> Including calories burned, distance, steps, and workout duration</li>
<li><strong>Health Profile:</strong> Your age (if provided) to calculate default heart rate zones</li>
</ul>
<h2>How We Use Your Information</h2>
<p>Your health data is used exclusively to:</p>
<ul>
<li>Display real-time workout metrics on your iPhone screen</li>
<li>Calculate and monitor heart rate zones during exercise</li>
<li>Save completed workouts to the Apple Health app</li>
<li>Provide audio, haptic, and voice alerts when you enter or exit target heart rate zones</li>
</ul>
<h2>Data Storage and Security</h2>
<ul>
<li><strong>Local Storage:</strong> All your health data remains on your device. We do not upload your health data to external servers.</li>
<li><strong>Apple Health Integration:</strong> Workout data is securely saved to Apple's Health app, which you control entirely.</li>
<li><strong>No Third-Party Sharing:</strong> We do not share, sell, or transmit your health data to any third parties.</li>
</ul>
<h2>Permissions We Request</h2>
<p>VisualTrainr will ask for your permission to:</p>
<ul>
<li><strong>Read HealthKit Data:</strong> To access heart rate and workout information from your Apple Watch</li>
<li><strong>Write HealthKit Data:</strong> To save completed workouts to your Apple Health app</li>
</ul>
<p>You can revoke these permissions at any time through iOS Settings → Privacy & Security → Health → VisualTrainr.</p>
<h2>App Settings and Preferences</h2>
<p>We store your app preferences locally on your device, including:</p>
<ul>
<li>Custom heart rate zones you create</li>
<li>Audio and haptic alert preferences</li>
<li>Display and interface settings</li>
</ul>
<h2>Children's Privacy</h2>
<p>VisualTrainr is not intended for children under 13. We do not knowingly collect personal information from children under 13.</p>
<h2>Changes to This Privacy Policy</h2>
<p>We may update this privacy policy from time to time. Any changes will be posted on this page with an updated "Last updated" date.</p>
<h2>Your Rights</h2>
<p>You have the right to:</p>
<ul>
<li>Access and control your health data through the Apple Health app</li>
<li>Revoke HealthKit permissions at any time</li>
<li>Delete the app and all associated data from your device</li>
</ul>
<div class="contact">
<h2>Contact Us</h2>
<p>If you have any questions about this Privacy Policy or VisualTrainr's privacy practices, please contact us at:</p>
<p><strong>Email:</strong> Admin@meld.institute</p>
</div>
</body>
</html>