Tower Master | Privacy Policy

Privacy Policy

Privacy Policy for Tower Master
Last updated: March, 30 2026

Tower Master is developed and published by TypeTree Studio. This Privacy Policy explains how we handle user information.

1. Information We Collect

Tower Master does not collect personal information directly from users.

However, some basic technical data may be collected automatically by the platform (such as Google Play), including:

  • Device type
  • Operating system
  • Basic usage and performance data

This information is used only to ensure the game functions properly.


2. How We Use Information

Any collected data is used for:

  • Maintaining game functionality
  • Improving performance and stability
  • Fixing bugs and technical issues

3. Third-Party Services

Currently, Tower Master does not use third-party services such as analytics or advertising networks.

If this changes in the future, this Privacy Policy will be updated accordingly.


4. Data Sharing

We do not sell, trade, or share user data with third parties.


5. Data Security

We take reasonable steps to protect the game and its systems. However, no system is completely secure.


6. Children’s Privacy

Tower Master is not specifically directed to children under the age of 13.

We do not knowingly collect personal data from children.


7. Changes to This Privacy Policy

This Privacy Policy may be updated in the future. Changes will be posted on this page.


8. Contact Us

If you have any questions, please contact:

danny.yohandri@typetreestudio.com

document.addEventListener("DOMContentLoaded", function () { // OPEN MODAL (tombol di card) var buttons = document.querySelectorAll(".asset-card .open-modal"); buttons.forEach(function (btn) { btn.addEventListener("click", function () { var card = btn.closest(".asset-card"); var modal = card.nextElementSibling; if (modal && modal.classList.contains("asset-modal")) { modal.style.display = "flex"; } }); }); // CLOSE MODAL (tombol X) var closes = document.querySelectorAll(".asset-modal .modal-close"); closes.forEach(function (btn) { btn.addEventListener("click", function () { var modal = btn.closest(".asset-modal"); if (modal) { modal.style.display = "none"; } }); }); // CLOSE MODAL ketika klik area gelap var modals = document.querySelectorAll(".asset-modal"); modals.forEach(function (modal) { modal.addEventListener("click", function (e) { if (e.target === modal) { modal.style.display = "none"; } }); }); });
Scroll to Top