-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
66 lines (57 loc) · 2.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy - HeartBond</title>
<link rel="stylesheet" href="styles.css" />
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W79YQTESC1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-W79YQTESC1");
</script>
<body>
<h1>Privacy Policy for HeartBond</h1>
<h2>Data Privacy and User Consent</h2>
<p>
The app adheres to Apple's privacy guidelines and obtains explicit user consent before accessing or sharing health data. The usage and
handling of data are transparent to users.
</p>
<h2>HealthKit Integration</h2>
<p>If health data is accessed on iOS, Apple's HealthKit framework is used, ensuring secure management of health information.</p>
<h2>iCloud Sync</h2>
<p>
iCloud guidelines are strictly followed, using iCloud only for user-generated content or content that the user explicitly chooses to sync
across devices.
</p>
<h2>Security</h2>
<p>Health data is handled with the appropriate security measures, including encryption during transmission between devices.</p>
<h2>Compliance with App Store Review Guidelines</h2>
<p>
All relevant sections of the App Store Review Guidelines, including those related to health, privacy, safety, and functionality, are
adhered to.
</p>
<h2>Medical Disclaimer</h2>
<p>
If the app is used for health or wellness purposes, it includes an appropriate medical disclaimer, stating that the app is not a
substitute for professional medical advice or treatment.
</p>
<h2>Regional Considerations</h2>
<p>
Compliance with specific regional regulations regarding health data is ensured, with consideration of health data laws in the territories
where the app is available.
</p>
<footer>
<p>
© 2023 Daniel Zhang. All Rights Reserved.
<a href="https://heartbond.ikiapps.com/terms-of-service.html">Terms of Service</a> |
<a href="https://heartbond.ikiapps.com/">Back to Support</a>
</p>
</footer>
</body>
</html>