Legal

Privacy Policy.

Last updated: 22 April 2026 · Effective on first launch of Qito v1.0

Qito is built on a simple premise: the QR codes you create are yours and only yours. This document is our plain-English commitment to that, and the full list of every byte Qito touches.

TL;DR — Qito does not operate a server. It does not include analytics or crash reporters. It does not collect, transmit, or store your QR content, your history, or your styles anywhere other than on your device. The only network calls are (a) fetching the Google Fonts typeface the first time you open the app, and (b) verifying a purchase receipt with Apple or Google when you upgrade to Pro. Both are visible in the in-app privacy screen.

What Qito stores on your device

All of the following live in your app's sandbox (iOS: the app container; Android: internal storage or SharedPreferences). None of it is transmitted off-device by Qito itself.

You can clear all of this at any time via Settings → Clear history or by offloading/uninstalling the app.

What Qito does not do

Cloud sync
Never
Account sign-up
Never required
Third-party analytics
None
Crash reporters
None
URL resolution on scan
No (we never visit URLs)
Camera roll access
Only when you explicitly pick
Contacts access
None
Location
None

The network calls Qito does make

1. Google Fonts (first launch only)

On the very first launch, Qito fetches the Inter typeface from Google Fonts via fonts.googleapis.com. The file is then cached locally forever; subsequent launches are fully offline. Google may log the IP of that single request in its general server logs; we neither request nor receive any such data. If you need strict offline, you can bundle the fonts in assets/ and disable runtime fetching — see the source repository for the flag.

2. In-app purchases (only when you upgrade)

If you choose to upgrade to Pro, Qito talks to Apple StoreKit or Google Play Billing directly via their native SDKs. Those stores handle the payment and hand back a receipt + entitlement flag. We read that flag; we never see your card, your bank, or any personal identifier. Refunds, subscription management, and tax handling are all done by Apple or Google under their respective policies.

3. Ads (free tier only)

The free tier shows banner and occasional interstitial ads served by Google AdMob. AdMob requires a GADApplicationIdentifier per platform; the production IDs are published in the app and can be inspected in the source. AdMob may use device-level identifiers for ad personalization; on iOS this is gated by App Tracking Transparency (you'll see the prompt), on Android by Play Services' advertising ID settings. Upgrading to Pro removes all ads and the AdMob SDK initialization entirely.

Your data rights (GDPR, CCPA, equivalents)

Because Qito does not collect personal data to a server, there is no central database from which to retrieve, correct, or delete your information — there is no such database. Your data lives on your device, under your control. You may:

Children's privacy

Qito is suitable for general audiences. It does not knowingly collect personal information from children under 13, because it does not knowingly collect personal information from anyone. Ads served to devices that identify as child-directed (via the store's age rating or device-level configuration) are restricted per Google's and Apple's family-safe ad policies.

Security

Since no personal data is transmitted by Qito itself, there is no transport or database security to guarantee on our end. For the small surfaces that exist:

Changes to this policy

If this policy changes, the updated version will be published at this URL and the "Last updated" date above will change. Material changes (for example, if Qito ever introduced any form of server-backed feature) would be surfaced in-app as a nutrition-label update the next time you open the app, with a changelog entry linking to this page.

Contact

Questions, concerns, or a privacy complaint? Email playpalapps2024@gmail.com and we'll reply personally. We answer all privacy-tagged messages within seven calendar days.