|
| 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>Smalock – Privacy Policy | SK APPS</title> |
| 7 | + <meta name="description" content="Smalock Privacy Policy — what data the app collects and how it is used."/> |
| 8 | + <style> |
| 9 | + *,*::before,*::after{box-sizing:border-box;margin:0;padding:0} |
| 10 | + body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.7;color:#1d2330;background:#f7f8fc;padding:0 20px} |
| 11 | + .wrap{max-width:760px;margin:0 auto;padding:48px 0 80px} |
| 12 | + h1{font-size:2rem;color:#3f51b5;margin-bottom:6px} |
| 13 | + .eff{color:#8a90a6;font-size:.9rem;margin-bottom:28px} |
| 14 | + h2{font-size:1.2rem;margin:28px 0 10px;color:#283593} |
| 15 | + p,li{margin-bottom:10px} |
| 16 | + ul{padding-left:22px} |
| 17 | + a{color:#3f51b5} |
| 18 | + .card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 2px 16px rgba(20,30,60,.06)} |
| 19 | + footer{text-align:center;margin-top:40px;color:#8a90a6;font-size:.85rem} |
| 20 | + </style> |
| 21 | +</head> |
| 22 | +<body> |
| 23 | + <div class="wrap"> |
| 24 | + <h1>Privacy Policy</h1> |
| 25 | + <div class="eff">Smalock · Effective date: June 4, 2026</div> |
| 26 | + <div class="card"> |
| 27 | + <p>Smalock (“the app”, “we”) is a focus-timer and screen-lock app. We respect your privacy. Smalock has no user accounts and no app server — your focus sessions, schedules, statistics, and parent PIN are stored only on your device. This policy explains the limited data processed by third-party services the app uses.</p> |
| 28 | + |
| 29 | + <h2>Data we process</h2> |
| 30 | + <ul> |
| 31 | + <li><strong>On-device data:</strong> lock sessions, away events, schedules, statistics, emergency-unlock logs, and your parent PIN (stored as a one-way hash) are kept locally on your device and are not transmitted to us.</li> |
| 32 | + <li><strong>Analytics (Google Firebase Analytics):</strong> aggregated, non-identifying usage and event data to understand how features are used and improve the app.</li> |
| 33 | + <li><strong>Crash & error reporting (Sentry):</strong> diagnostic information when the app crashes or hits an error, used solely to fix bugs.</li> |
| 34 | + <li><strong>Advertising (Google AdMob):</strong> if you do not purchase “Remove ads”, AdMob may use a device advertising identifier to serve ads. On iOS this only occurs with your permission via the App Tracking Transparency prompt; if you decline, advertising tracking is not used.</li> |
| 35 | + <li><strong>In-app purchases:</strong> the “Remove ads” purchase is processed by Apple/Google. We do not receive your payment details.</li> |
| 36 | + </ul> |
| 37 | + |
| 38 | + <h2>How data is used</h2> |
| 39 | + <p>Data is used only to operate and improve Smalock — to run the app on your device, measure usage in aggregate, diagnose crashes, and (unless you remove ads) show advertising. We do not sell your personal data.</p> |
| 40 | + |
| 41 | + <h2>Children</h2> |
| 42 | + <p>Smalock includes a parent-PIN feature and may be used by families. Advertising is configured for child-directed treatment (e.g., non-personalized, age-appropriate ad content). We do not knowingly collect personal information from children.</p> |
| 43 | + |
| 44 | + <h2>Third-party providers</h2> |
| 45 | + <p>For details on how these providers handle data, see Google (Firebase & AdMob) and Sentry privacy policies. Apple/Google handle in-app purchases under their own terms.</p> |
| 46 | + |
| 47 | + <h2>Your choices</h2> |
| 48 | + <ul> |
| 49 | + <li>Decline ad tracking via the iOS App Tracking Transparency prompt, or reset your advertising identifier in system settings.</li> |
| 50 | + <li>Purchase “Remove ads” to stop ad serving entirely.</li> |
| 51 | + <li>Uninstalling the app removes all on-device data.</li> |
| 52 | + </ul> |
| 53 | + |
| 54 | + <h2>Contact</h2> |
| 55 | + <p>Questions about this policy: <a href="mailto:skky1839@gmail.com">skky1839@gmail.com</a></p> |
| 56 | + |
| 57 | + <h2>Changes</h2> |
| 58 | + <p>We may update this policy and will revise the effective date above.</p> |
| 59 | + </div> |
| 60 | + <footer>© 2026 AppDevelopSK</footer> |
| 61 | + </div> |
| 62 | +</body> |
| 63 | +</html> |
0 commit comments