|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | +<meta charset="UTF-8"> |
| 5 | +<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | +<title>Privacy Policy - Candid</title> |
| 7 | +<style> |
| 8 | + body { font-family: -apple-system, sans-serif; max-width: 800px; margin: 40px auto; padding: 0 20px; color: #333; line-height: 1.6; } |
| 9 | + h1 { color: #1a1a2e; } h2 { color: #444; margin-top: 32px; } |
| 10 | + a { color: #4C6EF5; } |
| 11 | +</style> |
| 12 | +</head> |
| 13 | +<body> |
| 14 | +<h1>Privacy Policy</h1> |
| 15 | +<p><strong>Candid</strong> — Last updated: April 20, 2026</p> |
| 16 | + |
| 17 | +<h2>Information We Collect</h2> |
| 18 | +<p>Candid assigns each device an anonymous identifier (UUID) stored locally on your device via SharedPreferences. No name, email address, or other personally identifiable information is required or collected. Posts, replies, and reactions you submit are stored on our servers and are associated only with your anonymous device identifier.</p> |
| 19 | + |
| 20 | +<h2>How We Use Your Information</h2> |
| 21 | +<p>Your anonymous identifier is used solely to enable core features such as posting, replying, liking, and reporting content. We do not sell, share, or link your data to any personally identifiable information.</p> |
| 22 | + |
| 23 | +<h2>Real-Time Communication</h2> |
| 24 | +<p>Candid uses Socket.IO to deliver real-time updates for posts and replies. Connection events are processed in memory and are not stored beyond the active session.</p> |
| 25 | + |
| 26 | +<h2>Analytics</h2> |
| 27 | +<p>We use Firebase Analytics to collect anonymized usage data (screen views, feature usage) to improve the app. No personally identifiable information is collected.</p> |
| 28 | + |
| 29 | +<h2>Advertising</h2> |
| 30 | +<p>The app displays ads via Google AdMob. AdMob may collect device identifiers for ad personalization in accordance with Google's privacy policy.</p> |
| 31 | + |
| 32 | +<h2>Content Moderation</h2> |
| 33 | +<p>Users may report posts or replies that violate community guidelines. Reported content and the associated anonymous identifier are reviewed for moderation purposes.</p> |
| 34 | + |
| 35 | +<h2>Data Retention</h2> |
| 36 | +<p>Anonymous posts and replies are stored on our servers. You may request deletion of content associated with your device identifier by contacting us.</p> |
| 37 | + |
| 38 | +<h2>Contact</h2> |
| 39 | +<p>Questions about this privacy policy? Contact us at <a href="mailto:app.develop.sk@gmail.com">app.develop.sk@gmail.com</a></p> |
| 40 | +<p><a href="../../support/candid/">Support Page</a></p> |
| 41 | +</body> |
| 42 | +</html> |
0 commit comments