> For the complete documentation index, see [llms.txt](https://mobile-rix.gitbook.io/breach-games-privacy-policies/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mobile-rix.gitbook.io/breach-games-privacy-policies/privacy-policy.md).

# Privacy Policy

## Privacy Policy

**Last updated: June 23, 2026**

At **Breach Games**, we value your privacy. This Privacy Policy describes how we collect, use, and share information about you when you use any mobile application developed and published by Breach Games (each, an "**App**", and together, our "**Apps**").

This is a general policy that applies to all of our Apps unless a specific App provides its own separate privacy notice.

Please read this document carefully. By using any of our Apps, you agree to the terms described in this Privacy Policy.

### 1. Information We Collect

When you use our Apps, we may collect the following types of information:

* **Device Information:** Device type and model, operating system and OS version, language settings, screen resolution, and unique device identifiers.
* **Usage Data:** Time spent in the App, in-game behavior, level progress, interactions, and gameplay events.
* **Advertising Data:** Ad interactions, ad impressions, click rates, and your advertising ID (IDFA on iOS / GAID on Android).
* **Analytics & Diagnostics Data:** Collected via Firebase Analytics and Firebase Crashlytics for crash reporting, engagement insights, and performance metrics.
* **Third-Party Mediation Data:** Collected through Google AdMob and its mediation partners (e.g., Unity Ads, AppLovin) for ad delivery and optimization.

We do not collect personally identifiable information (PII) such as your name, email address, or phone number unless you explicitly provide it to us (for example, when you contact us by email).

### 2. How We Use Your Information

We use the collected data for the following purposes:

* To improve App functionality, performance, and the overall gameplay experience.
* To analyze user behavior in order to enhance engagement and balance difficulty.
* To display and personalize advertising, which helps us keep our Apps free to play.
* To monitor, detect, and prevent fraud, abuse, or misuse of our Apps.

### 3. Sharing of Information

We may share non-personal information with the following third-party service providers:

* **Google Firebase** – for analytics and crash reporting.
* **Google AdMob and ad mediation networks** (e.g., Unity Ads, AppLovin) – to serve advertising and optimize ad performance.

These third parties may use cookies, SDKs, and similar technologies to collect and process data on our behalf, in accordance with their own privacy policies.

**We do not sell your personal information.**

### 4. Data Security

We take appropriate technical and organizational measures to protect your data from unauthorized access, alteration, or disclosure.

However, no method of transmission over the Internet or method of electronic storage is 100% secure. While we strive to protect your information, we cannot guarantee its absolute security.

### 5. Your Rights and Choices

Depending on where you live, you may have the right to:

* Opt out of personalized advertising through your device settings (e.g., "Limit Ad Tracking" on iOS or "Reset/Delete Advertising ID" on Android).
* Request access to, correction of, or deletion of any data we hold about you (where applicable).
* Contact us with any privacy concerns or requests.

To make a request, please email us at the address provided in Section 8.

### 6. Children's Privacy

Our Apps are not intended for children under the age of 13 (or the minimum age required in your jurisdiction). We do not knowingly collect personal data from children.

If you are a parent or guardian and believe your child has provided us with personal information, please contact us immediately and we will take steps to delete it.

### 7. Changes to This Policy

We may update this Privacy Policy from time to time. Any changes will be posted on this page and reflected by the "Last updated" date above.

Your continued use of our Apps after changes are posted indicates your acceptance of the updated policy.

### 8. Contact Us

If you have any questions, feedback, or requests regarding this Privacy Policy, you can contact us at:

**Breach Games** Email: <hhoangluu@gmail.com>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://mobile-rix.gitbook.io/breach-games-privacy-policies/privacy-policy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
