1. Introduction
MiniPong is a local-only game. It does not collect, store, or transmit any personal data of its own.
2. Data Collection
MiniPong itself collects no data whatsoever:
- No analytics or telemetry
- No crash reporting
- No user accounts created by MiniPong
- No tracking of any kind
3. Local Storage
MiniPong saves preferences and game progress locally on your device using UserDefaults:
- Theme, volume, mute, and haptic feedback settings
- Difficulty, game mode, and frame rate
- Keyboard shortcut configuration
- Launch at login preference
- Ranked mode statistics (win streak, total wins) — protected with an integrity hash
This data never leaves your device unless you opt in to Ranked mode (see below).
4. Game Center (Ranked Mode)
Ranked mode is opt-in. You must explicitly click "Play Ranked" in the pause menu to use it.
When you play Ranked mode, MiniPong submits two integer scores to Apple's Game Center service:
- Ranked Win Streak — your current consecutive wins
- Ranked Total Wins — your lifetime ranked wins
Game Center is a first-party Apple service. The submission is governed by [Apple's Privacy Policy](https://www.apple.com/legal/privacy/) and Apple's Game Center terms.
MiniPong does not collect, see, or share any other information about you. No personally identifiable data is sent by MiniPong; Game Center handles your Apple ID association on its own.
If you do not use Ranked mode, MiniPong makes no network requests.
5. Third-Party Services
MiniPong uses no third-party analytics SDKs, advertising networks, or tracking frameworks. The only network connection it can make is to Apple's Game Center, only when you choose to play Ranked mode.
6. Contact
If you have questions about this policy, contact us at:
info@leotilie.com