Add privacy policy page
This commit is contained in:
+77
@@ -0,0 +1,77 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>PoRaBar - Privacy Policy</title>
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||||
line-height: 1.6;
|
||||
color: #333;
|
||||
max-width: 680px;
|
||||
margin: 0 auto;
|
||||
padding: 40px 20px;
|
||||
background: #fafafa;
|
||||
}
|
||||
h1 { font-size: 1.8em; margin-bottom: 8px; color: #111; }
|
||||
h2 { font-size: 1.2em; margin-top: 28px; margin-bottom: 8px; color: #222; }
|
||||
p, li { font-size: 0.95em; margin-bottom: 8px; }
|
||||
ul { padding-left: 20px; margin-bottom: 12px; }
|
||||
.subtitle { color: #666; font-size: 0.9em; margin-bottom: 32px; }
|
||||
.highlight { background: #e8f5e9; padding: 16px; border-radius: 8px; margin: 20px 0; }
|
||||
footer { margin-top: 48px; padding-top: 20px; border-top: 1px solid #ddd; color: #888; font-size: 0.85em; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>PoRaBar Privacy Policy</h1>
|
||||
<p class="subtitle">Last updated: April 1, 2026</p>
|
||||
|
||||
<div class="highlight">
|
||||
<strong>Summary:</strong> PoRaBar does not collect, store, or transmit any personal data. All app data stays on your device.
|
||||
</div>
|
||||
|
||||
<h2>What Data We Collect</h2>
|
||||
<p><strong>None.</strong> PoRaBar does not collect any personal information, usage analytics, or tracking data.</p>
|
||||
|
||||
<h2>Data Stored on Your Device</h2>
|
||||
<p>PoRaBar stores the following data locally on your Mac using UserDefaults. This data never leaves your device:</p>
|
||||
<ul>
|
||||
<li>Your favorite radio stations and podcasts</li>
|
||||
<li>Playback progress for podcast episodes</li>
|
||||
<li>App settings (volume, preferences)</li>
|
||||
<li>Purchase status</li>
|
||||
</ul>
|
||||
|
||||
<h2>Network Requests</h2>
|
||||
<p>PoRaBar connects to the following services to provide its functionality:</p>
|
||||
<ul>
|
||||
<li><strong>radio-browser.info</strong> — To search for internet radio stations (open public API, no authentication)</li>
|
||||
<li><strong>itunes.apple.com</strong> — To search for podcasts (Apple public API)</li>
|
||||
<li><strong>User-selected RSS feeds</strong> — To fetch podcast episode listings</li>
|
||||
<li><strong>User-selected radio stream URLs</strong> — To play audio streams</li>
|
||||
</ul>
|
||||
<p>These requests contain only the search query or feed URL. No personal data, device identifiers, or tracking parameters are included.</p>
|
||||
|
||||
<h2>Third-Party Services</h2>
|
||||
<p>PoRaBar does not include any third-party analytics, advertising, or tracking SDKs. The app uses only Apple system frameworks.</p>
|
||||
|
||||
<h2>In-App Purchases</h2>
|
||||
<p>PoRaBar uses Apple's StoreKit for in-app purchases. All payment processing is handled entirely by Apple. We do not have access to your payment information.</p>
|
||||
|
||||
<h2>Children's Privacy</h2>
|
||||
<p>PoRaBar does not collect data from anyone, including children under 13.</p>
|
||||
|
||||
<h2>Changes to This Policy</h2>
|
||||
<p>If we update this privacy policy, we will post the changes on this page with an updated date.</p>
|
||||
|
||||
<h2>Contact</h2>
|
||||
<p>If you have questions about this privacy policy, please contact us at:</p>
|
||||
<p><a href="mailto:porabar@plet.i234.me">porabar@plet.i234.me</a></p>
|
||||
|
||||
<footer>
|
||||
<p>© 2026 PoRaBar. All rights reserved.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user