Qatari Cards — Privacy Policy & Terms of Use
Effective date: August 5, 2026 | Last updated: August 5, 2026
This document contains both the Privacy Policy and the Terms of Use for Qatari Cards. Please read both sections carefully before using the App.
Part I — Privacy Policy
1. Introduction
This Privacy Policy explains how Qatari Cards ("the App"), developed and published by Approve The Move ("we", "us", or "our"), handles information when you ("you" or "the user") download, install, or use the App on any supported device.
We are committed to protecting your privacy. This policy applies to all versions of Qatari Cards distributed through the Apple App Store and any future platforms.
By downloading, installing, or using Qatari Cards, you acknowledge that you have read, understood, and agree to the practices described in this policy. If you do not agree, please do not use the App and remove it from your device.
2. Information We Collect
We do not collect, transmit, or process any personal data. Qatari Cards is designed from the ground up as a privacy-first application. The only data that can ever leave your device is an anonymous game replay you explicitly choose to donate to help us improve the AI opponents — a feature that is off by default and fully described in section 3b, "Optional Gameplay Donation," below. Unless you opt in to that, nothing leaves your device. Specifically:
- No account creation — You are never required or asked to sign up, log in, create an account, or provide an email address, phone number, or any other personal identifier.
- No analytics or tracking — We do not use any analytics frameworks, crash reporting services, telemetry tools, device fingerprinting, or usage tracking of any kind. We never link any data to your identity, and we never track you across other apps or websites.
- No advertising — The App contains no advertisements, no advertising SDKs, no ad identifiers (IDFA), and no advertising networks.
- No background or automatic transmission — The App never sends anything to a remote server on its own. The only data that can leave your device is an anonymous replay you manually choose to donate (see section 3b), plus local peer-to-peer traffic during multiplayer. With no donation and no multiplayer, the App makes no external network connections.
- No in-app purchases — No financial, billing, or payment information is collected or processed.
- No location data — The App does not request, access, or store your geographic location.
- No contacts or photos — The App does not access your contacts, photo library, camera, microphone, or any other device sensor beyond haptic feedback.
We do not sell, rent, or trade any personal information — we never possess it. A promise we cannot break by accident: because no personal data ever reaches us, there is nothing we could sell, rent, trade, or lose.
3. On-Device Storage
Qatari Cards stores a small amount of non-personal preference data locally on your device using Apple's UserDefaults system. This data is stored within the App's private sandbox, is not accessible to other apps, and never leaves your device.
Data stored locally includes:
- Display name (the player name you choose, used only within the App)
- A randomly generated unique identifier (UUID) used solely to identify your device during local multiplayer sessions
- Theme and selected card-table appearance, preferred language, and a colorblind-friendly suit-symbols option
- Game settings: AI difficulty, AI speed, sound effects, haptic feedback, and card play confirmation preferences
- Your achievements and play statistics, daily-challenge history and streak, and your donation-consent choices
- A short-lived "resume" record so an interrupted multiplayer game can be rejoined
Active game state — your cards, bids, tricks, and scores — exists in memory during gameplay. In addition, recent versions of the App can save a replay of a finished game on your device so you can review or share it. Replays contain only gameplay (the cards, bids, plays, and result) plus your chosen display name; they are stored privately within the App's sandbox, only the most recent games are kept, you can delete them at any time from within the App, and — like all local data — they never leave your device unless you explicitly share or donate them. There is no automatic cloud sync of your games.
This data is declared in our Privacy Manifest (PrivacyInfo.xcprivacy) under API category NSPrivacyAccessedAPICategoryUserDefaults with reason code CA92.1 (access to store and retrieve user preferences), as required by Apple.
How to delete: You can erase all locally stored preferences and saved replays at any time by deleting them from within the App, or by deleting Qatari Cards from your device. The App itself retains no residual data after uninstallation; device or iCloud backups made before deletion may retain copies, which are managed by iOS/Apple and outside our control.
3b. Optional Gameplay Donation
To help us improve the App's computer (AI) opponents, newer versions of Qatari Cards may invite you to donate an anonymous replay of a game you just played. This is entirely optional, off by default, and never automatic — it happens only when you tap to donate a specific game. The App is fully playable without ever donating, and declining never affects any feature.
What a donation contains: only anonymous gameplay — the cards that were dealt, the bids, the cards played, and the result of the game.
What a donation never contains: your name, any account, email, phone number, Apple ID, device identifier, IP-based location, or anything else that identifies you or your device. Your display name is removed before a donation is sent, and seats are recorded only by position (Player 1–6). Each donation receives a fresh random identifier that is never reused, so separate donations cannot be linked to one another or back to you.
- Purpose — donated replays are used solely to analyze and improve the App's AI opponents.
- No third parties — donations are never sold, rented, or shared with any third party, and are never used for advertising, marketing, or profiling.
- Where it is stored — donations are stored using Apple's CloudKit service in a database operated by us. Apple acts only as our storage provider, not as a recipient of the data.
- Anonymity & withdrawal — because donations carry no identifier, they cannot be traced back to you. This also means an individual donation cannot be located and withdrawn after it is sent. You can turn off all future donation prompts at any time in the App's Settings.
- Retention — donated, anonymized replays may be retained for AI research, as they contain no personal data.
4. Local Multiplayer & Networking
Qatari Cards offers local multiplayer using Apple's MultipeerConnectivity framework. This enables direct, peer-to-peer connections between nearby devices over Wi-Fi and Bluetooth.
4.1 How It Works
- No internet connection is used or required. All communication occurs directly between devices on the local network. No data passes through our servers, Apple's servers, or any third-party relay.
- The App uses Apple's Bonjour protocol to discover nearby devices advertising or browsing for games.
4.2 Data Transmitted During Sessions
During an active local multiplayer session, the following data is transmitted between connected devices:
- Player display names — So players can identify each other during the game.
- Player unique identifiers (UUID) — Used internally to match peers to game seats. These are randomly generated and not linked to any personal information.
- Game state messages — Card plays, bids, pass actions, trump suit selection, trick results, round results, and score updates.
No other data (photos, contacts, location, device information, browsing history, etc.) is ever transmitted.
4.3 Encryption
All peer-to-peer communication is encrypted using Apple's built-in TLS encryption (MCSession with .required encryption preference). This means all game data transmitted between devices is encrypted in transit, so it cannot be read by other devices or networks even if intercepted.
4.4 Session Lifecycle
When a multiplayer session ends (either by completing the game, disconnecting, or closing the App), all session data is permanently discarded on all connected devices. No multiplayer data is retained, logged, or stored after the session concludes.
5. Third-Party Services & SDKs
Qatari Cards does not integrate, embed, or communicate with any third-party services, SDKs, APIs, or frameworks that collect, process, or transmit user data. The App uses exclusively Apple-provided first-party system frameworks:
| Framework | Purpose | Data Collection |
|---|---|---|
| SwiftUI | User interface rendering | None |
| MultipeerConnectivity | Local peer-to-peer networking | None (local only) |
| AudioToolbox | System sound effects | None |
| UIKit (Haptics) | Haptic feedback | None |
| GameKit (Game Center) | Achievements and leaderboards | Handled by Apple's Game Center (see below) |
| CloudKit | Storing anonymous game replays you choose to donate | Only if you opt in to donate (see Section 3b) |
We do not use Firebase, Google Analytics, Facebook SDK, Unity, AdMob, Crashlytics, Sentry, Amplitude, Mixpanel, or any other third-party data collection tool.
Game Center. If you are signed in to Apple's Game Center, Qatari Cards reports achievement progress and scores to your Game Center account so your milestones are saved. This is an Apple service governed by Apple's Privacy Policy; we do not receive or store your Game Center identity. You can disable Game Center for the app in iOS Settings.
6. Apple's Data Practices
While Qatari Cards itself does not collect data, please be aware that Apple may independently collect certain information related to your use of the App Store, such as download statistics and crash logs. This data collection is governed by Apple's Privacy Policy, not ours, and is outside our control.
In App Store Connect, Qatari Cards declares that it does not track users and collects no data linked to your identity. If you opt in to donate a replay (see section 3b), that anonymous gameplay content is declared under "User Content" as not linked to you and not used for tracking, as reflected on the App's App Store product page under "App Privacy."
7. Children's Privacy
Qatari Cards is rated 4+ by Apple and is designed to be suitable for users of all ages. The App does not contain violence, gambling (real or simulated), horror, mature themes, profanity, or any other objectionable material.
Because we do not collect any personal information from any user of any age — the optional gameplay donation (section 3b) collects only anonymous gameplay content, never personal information, from any user regardless of age — we are compliant with the following regulations regarding children's privacy:
- COPPA (Children's Online Privacy Protection Act, United States) — We do not knowingly collect personal information from children under the age of 13. Since the App collects no personal information from anyone, no COPPA violation can occur.
- GDPR-K / Age of Digital Consent (European Economic Area) — We do not process personal data of minors under 16 (or the lower age set by individual EEA member states). Since no personal data is processed, no parental consent is required.
- Apple's Guidelines for Apps Used by Children — The App contains no data collection, no third-party analytics, no advertising, and no external links within the gameplay experience.
Parents, guardians, and educators can allow children to use Qatari Cards with full confidence that no personal information is collected, stored, or shared.
8. Your Rights Under Applicable Laws
We respect and support the privacy rights granted to individuals under applicable data protection legislation worldwide.
8.1 European Economic Area (GDPR)
If you are located in the European Economic Area (EEA), the United Kingdom, or Switzerland, the General Data Protection Regulation (GDPR) and equivalent local laws grant you the following rights regarding personal data:
- Right of access (Article 15) — Request a copy of personal data held about you.
- Right to rectification (Article 16) — Request correction of inaccurate personal data.
- Right to erasure (Article 17) — Request deletion of your personal data.
- Right to restrict processing (Article 18) — Request that we limit how we use your data.
- Right to data portability (Article 20) — Receive your data in a structured, machine-readable format.
- Right to object (Article 21) — Object to processing based on legitimate interests.
- Right to withdraw consent (Article 7) — Withdraw previously given consent at any time.
Since we do not collect, store, or process any personal data, there is no data for us to provide, correct, restrict, delete, port, or cease processing. Your local preferences can be erased by deleting the App. If you believe we hold data about you in error, please contact us and we will investigate promptly.
Legal basis for processing: We do not process personal data. The on-device preference storage operates under legitimate interest (providing a functional user experience) and does not constitute data processing under GDPR as the data never leaves the device or reaches us.
Data controller: Approve The Move (contact details in Section 32, "Contact Us").
8.2 California (CCPA / CPRA)
If you are a California resident, the California Consumer Privacy Act (CCPA) as amended by the California Privacy Rights Act (CPRA) grants you specific rights regarding personal information:
- Right to know — You may request disclosure of the categories and specific pieces of personal information collected.
- Right to delete — You may request deletion of personal information collected.
- Right to correct — You may request correction of inaccurate personal information.
- Right to opt out of sale or sharing — You may direct us not to sell or share your personal information.
- Right to non-discrimination — You will not be discriminated against for exercising your privacy rights.
We do not collect, sell, or share personal information. We have not sold or shared personal information of any consumer in the preceding 12 months, nor do we intend to do so.
California's "Do Not Track" signals and Global Privacy Control (GPC) are respected by default, as the App does not track users in any capacity.
8.3 Qatar & Middle East
If you are located in Qatar or other Gulf Cooperation Council (GCC) states, we comply with applicable data protection laws, including Qatar's Law No. 13 of 2016 on Personal Data Privacy. As we do not collect personal data, no registration with the Compliance and Data Protection Department is required.
8.4 Other Jurisdictions
Regardless of your location, the same principle applies: we do not collect personal data, so there is no data to exercise rights over. If your local laws grant you additional privacy rights, please contact us and we will cooperate fully.
9. Data Security
Although we do not collect or store personal data on any server, we employ the following security measures to protect your experience within the App:
- Encrypted multiplayer communications — All local multiplayer sessions use Apple's mandatory TLS encryption via MCSession, protecting game data transmitted between devices against interception.
- Sandboxed storage — On-device preferences are stored within the App's iOS sandbox, which is isolated from other apps and protected by the operating system.
- Minimal network exposure — The App's only internet use is Apple's Game Center (if you are signed in) and uploading an anonymous replay when you explicitly donate one (sent securely to Apple's CloudKit over TLS). It opens no other remote endpoints, greatly limiting the risk of remote data breaches or unauthorized server access.
- No persistent sensitive data — No passwords, tokens, credentials, or financial data are ever stored or processed.
We want to be honest with you: no method of electronic storage or transmission is 100% secure, and no developer can truthfully guarantee absolute security. Our strongest protection is architectural — the App simply never possesses your personal data, so it cannot be breached from our side. To the maximum extent permitted by applicable law, we are not liable for security incidents caused by circumstances beyond our reasonable control, such as a compromise of your own device, your local network, or Apple's infrastructure.
10. Data Retention
We do not operate any account system or collect personal data. Almost all data associated with Qatari Cards exists exclusively on your personal device; the only exception is an anonymous game replay that you explicitly choose to donate, which is stored in Apple's CloudKit for AI training (see Section 3b):
| Data Type | Storage Location | Retention Period |
|---|---|---|
| User preferences | Device (UserDefaults) | Until App is deleted |
| Active game state (cards, bids, tricks, scores in progress) | Device (RAM only) | Current session only |
| Saved game replays | Device (files in the App's sandbox) | Only the most recent games are kept; until you delete them or the App |
| Donated replays (only if you opt in) | Apple CloudKit (anonymous, no personal identifiers) | Retained for AI training; see Section 3b |
| Multiplayer session data | Device (RAM only) | Active session only |
When you delete the App, all associated data is permanently removed from your device by the operating system.
11. International Considerations
Qatari Cards is available worldwide through the Apple App Store. The App does not collect personal data or transmit it to external servers. The only data that leaves your device is an anonymous replay you choose to donate (stored in Apple's CloudKit) and, if you are signed in, Game Center achievement progress handled by Apple — both processed through Apple's global infrastructure under Apple's Privacy Policy. Everything else remains on your local device at all times, regardless of your geographic location.
Part II — Terms of Use
12. Acceptance of Terms
By downloading, installing, accessing, or using Qatari Cards, you agree to be bound by these Terms of Use. If you do not agree to these terms, do not use the App and remove it from your device.
These terms constitute a legally binding agreement between you and Approve The Move ("we", "us", "our") governing your use of the App.
13. License Grant
Subject to your compliance with these terms, we grant you a limited, non-exclusive, non-transferable, non-sublicensable, revocable license to download, install, and use Qatari Cards on any Apple device that you own or control, solely for your personal, non-commercial entertainment purposes.
This license is also governed by the Apple Licensed Application End User License Agreement (EULA), which is incorporated into these terms by reference.
14. Restrictions
You agree not to:
- Copy, modify, distribute, sell, lease, sublicense, or create derivative works based on the App.
- Reverse-engineer, decompile, disassemble, or attempt to extract the source code of the App.
- Remove, alter, or obscure any copyright, trademark, or proprietary notices.
- Use the App for any unlawful purpose or in violation of any applicable laws or regulations.
- Exploit the App or any part of it for commercial purposes without our prior written consent.
- Attempt to interfere with or disrupt the integrity of the App or the experience of other players during local multiplayer sessions.
15. Intellectual Property
All rights, title, and interest in and to Qatari Cards — including but not limited to the software code, visual design, user interface elements, graphics, animations, sound effects, game mechanics, and documentation — are and shall remain the exclusive property of Approve The Move.
The name "Qatari Cards", the Approve The Move name and logo, and all associated branding are trademarks of Approve The Move. Nothing in these terms grants you any right to use our trademarks without prior written permission.
The traditional card game rules are part of the public domain and are not claimed as proprietary.
16. Entertainment Only; No Professional Advice
Qatari Cards is a digital card game provided solely for entertainment purposes. You acknowledge and agree that:
- No gambling. The App involves no real-money gambling, wagering, betting, or playing for anything of monetary value. There are no stakes, no prizes, and no winnings of any kind.
- No monetary value. Scores, achievements, statistics, streaks, and all other in-App progress have no monetary value, cannot be redeemed, exchanged, or cashed out, and confer no rights outside the App.
- No professional advice. Nothing in the App or its accompanying materials constitutes legal, financial, medical, or any other form of professional advice, and no oral or written information obtained from us or through the App should be relied upon as such.
17. Voluntary Donations
The App may invite you to donate an anonymous gameplay replay, exactly as described in Section 3b of the Privacy Policy above; every fact stated there remains accurate and is incorporated here by reference. In addition, you acknowledge and agree that:
- Any donation made in or in connection with the App is entirely voluntary. The App is fully functional without ever donating, and declining never affects any feature, right, or service.
- Donations confer no additional features, rights, or services of any kind and create no obligation on our part toward you.
- Donations are non-refundable and non-returnable except as required by applicable law or Apple's refund policies. Because a donated replay is anonymous by design, it cannot be located, retrieved, or returned after it is sent (see Section 3b).
- By donating a replay, you grant us a perpetual, irrevocable, worldwide, royalty-free license to use that anonymous gameplay content solely for the purposes described in Section 3b.
18. Local Multiplayer Sessions
Local multiplayer connections are peer-to-peer between consenting nearby devices, established using Apple's MultipeerConnectivity framework as described in Section 4 of the Privacy Policy. We operate no multiplayer servers and have no visibility into, and no control over, who joins a session, what display names other players choose, or how other players conduct themselves.
- You choose which nearby devices to connect with; joining or hosting a session is entirely your decision.
- Display names are chosen freely by each player on their own device. We cannot moderate, filter, verify, or remove them.
- To the maximum extent permitted by applicable law, we are not responsible or liable for the conduct, content, or display names of other players, or for any dispute arising between players.
19. Assumption of Risk
You expressly acknowledge, understand, and voluntarily accept the risks inherent in using the App, including that:
- Gameplay depends on your device's hardware, software, and battery; interruptions (calls, notifications, low power, iOS behavior) may cause a game in progress to be lost.
- Local multiplayer depends on Wi-Fi and Bluetooth radio conditions beyond anyone's control; sessions may lag, drop, or fail to connect, and an interrupted game may not always be recoverable even with the App's resume feature.
- Locally stored data — preferences, statistics, achievements, streaks, and saved replays — can be lost through device failure, iOS updates, storage limits, or deleting the App. Because we hold no copy of your data, we have no way to restore it.
- During local multiplayer you are interacting with other people's devices and their chosen display names, which we do not control (see Section 18).
To the maximum extent permitted by applicable law, your use of the App is at your sole risk. Nothing in this section excludes or limits any liability that cannot be excluded or limited under applicable law.
20. Disclaimer of Warranties
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE APP IS PROVIDED "AS IS" AND "AS AVAILABLE", WITH ALL FAULTS AND WITHOUT WARRANTY OF ANY KIND, AND WE DISCLAIM ALL WARRANTIES AND CONDITIONS, WHETHER EXPRESS, IMPLIED, OR STATUTORY.
The disclaimed warranties and conditions include, without limitation:
- Implied warranties or conditions of merchantability, fitness for a particular purpose, title, non-infringement, and quiet enjoyment;
- Any warranties arising from course of dealing, course of performance, or usage of trade;
- Any warranty that the App will be uninterrupted, error-free, secure, or free of viruses or other harmful components;
- Any warranty regarding the accuracy, reliability, availability, or completeness of any content within the App.
No oral or written information or advice given by us or on our behalf shall create any warranty. Some jurisdictions do not allow the exclusion of implied warranties or limitations on applicable statutory rights of a consumer, so some or all of the above exclusions may not apply to you.
21. Limitation of Liability
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL APPROVE THE MOVE OR ANY OF ITS AFFILIATES, OFFICERS, DIRECTORS, EMPLOYEES, CONTRACTORS, AGENTS, OR LICENSORS BE LIABLE FOR ANY:
- Indirect, incidental, special, consequential, punitive, or exemplary damages;
- Loss of data, profits, revenue, goodwill, anticipated savings, or other intangible losses;
- Personal injury or property damage, to the extent such a limitation is permitted by applicable law;
- Damages arising from your use of or inability to use the App, including loss of game progress, statistics, achievements, or replays;
- Damages arising from any unauthorized access to or alteration of your device or local network;
- Any other damages arising out of or in connection with these terms or the App;
regardless of the theory of liability (breach of contract, tort — including negligence — strict liability, or any other legal theory), and even if we have been advised of the possibility of such damages.
To the maximum extent permitted by applicable law, our total aggregate liability for all claims arising out of or relating to these terms or the App shall not exceed the greater of (a) the amount you paid us for the App in the twelve (12) months preceding the event giving rise to the claim (the App is free, so this amount is ordinarily zero) and (b) ten United States dollars (USD 10).
The exclusions and limitations in this section apply even if any limited remedy fails of its essential purpose. Some jurisdictions do not allow the exclusion or limitation of certain damages, including incidental or consequential damages, so some or all of the above may not apply to you; in those jurisdictions, our liability is limited to the maximum extent permitted by applicable law.
22. Indemnification
To the maximum extent permitted by applicable law, you agree to indemnify, defend, and hold harmless Approve The Move and its officers, directors, employees, contractors, agents, licensors, and suppliers from and against any and all claims, liabilities, damages, losses, costs, and expenses (including reasonable attorneys' fees) arising out of or related to:
- Your misuse of the App or use of the App in violation of these Terms of Use;
- Your violation of any applicable law or regulation;
- Your infringement of the rights of any third party;
- Your conduct toward other players during local multiplayer sessions, including any display name you choose or any interaction you initiate.
This obligation does not apply to the extent a claim arises from our own violation of applicable law, and nothing in this section limits any non-waivable right you hold under mandatory consumer-protection law.
23. Force Majeure
To the maximum extent permitted by applicable law, we shall not be liable for any failure or delay in performance caused by events beyond our reasonable control, including, without limitation: acts of God, natural disasters, epidemics, war, terrorism, civil unrest, labor disputes, government action, power or telecommunications failures, internet or local network outages, failures or outages of third-party services and platforms (including Apple's App Store, Game Center, CloudKit, and other Apple infrastructure), and changes to or restrictions in iOS, device hardware, or Apple's developer policies that affect the App's availability or functionality.
24. Governing Law & Dispute Resolution
These terms shall be governed by and construed in accordance with the laws of the State of Qatar, without regard to its conflict of law provisions.
Any dispute, controversy, or claim arising out of or relating to these terms or the App shall be resolved as follows:
- Informal resolution first — You agree to first attempt to resolve any dispute informally by contacting us at support@approvethemove.com. We will attempt in good faith to resolve the dispute within 30 days of receipt.
- Courts of Qatar — If informal resolution fails, any remaining dispute shall, to the maximum extent permitted by applicable law, be submitted to the competent courts of the State of Qatar (including, where applicable, the Qatar International Court and Dispute Resolution Centre).
Nothing in this section shall prevent either party from seeking injunctive or equitable relief from a court of competent jurisdiction to prevent the actual or threatened infringement of intellectual property rights.
Consumer forum rights: If the mandatory law of your country of residence grants you the right to bring or defend proceedings before the courts of that country — for example, for EU/EEA residents under Regulation (EU) No 1215/2012 — nothing in these terms deprives you of that right.
For US residents: To the extent permitted by applicable law, you and we each waive the right to a jury trial and the right to participate in a class action lawsuit or class-wide proceeding. Where such a waiver is not permitted, this paragraph does not apply to you.
25. Termination
These terms are effective until terminated. Your rights under these terms will terminate automatically and without notice if you fail to comply with any provision.
Upon termination, you must cease all use of the App and delete all copies from your devices. Sections 15 through 24, together with Sections 26 through 30, shall survive any termination of these terms.
We reserve the right to modify, suspend, or discontinue the App (or any part thereof) at any time without notice or, to the maximum extent permitted by applicable law, liability.
26. No Waiver
Our failure to enforce any provision of these terms shall not constitute a waiver of that provision or of our right to enforce it at a later time. Any waiver must be express and in writing to be effective.
27. Assignment
We may assign or transfer these terms, in whole or in part, without restriction, including in connection with a reorganization, sale, or other transfer of the App. You may not assign or transfer these terms, or any rights or obligations under them, without our prior written consent; any attempted assignment in violation of this section is void.
28. Severability
If any provision of these terms is found to be unlawful, void, or unenforceable by a court of competent jurisdiction, that provision shall be deemed severable and shall not affect the validity and enforceability of the remaining provisions, which shall continue in full force and effect.
29. Statutory Consumer Rights
Nothing in these terms excludes, limits, or restricts any statutory right or consumer guarantee that applicable law does not allow to be excluded, limited, or restricted, including any non-waivable right you hold under the consumer-protection law of your country of residence. Where such rights apply, these terms are to be read subject to them, and every exclusion and limitation in these terms applies only to the maximum extent permitted by applicable law.
30. Entire Agreement
These terms, together with the Privacy Policy above and Apple's Licensed Application EULA, constitute the entire agreement between you and Approve The Move regarding your use of Qatari Cards. These terms supersede any prior agreements, communications, or understandings, whether written or oral, relating to the App.
General
31. Changes to This Document
We may update this Privacy Policy and Terms of Use from time to time to reflect changes in the App, our practices, or applicable laws. When we make changes:
- We will update the "Last updated" date at the top of this page.
- For material changes, we will notify you through the App before the changes take effect.
- The updated document will be posted at this URL: approvethemove.com/QatariCards/privacy
Your continued use of the App after changes are posted constitutes acceptance of the updated terms. If you disagree with any changes, your sole remedy is to stop using the App and delete it from your device.
32. Contact Us
If you have any questions, concerns, complaints, or requests regarding this Privacy Policy, these Terms of Use, or our practices, please contact us:
- Email: support@approvethemove.com
- Organization: Approve The Move
- Website: approvethemove.com
We commit to responding to all privacy-related inquiries within 30 days of receipt. For GDPR-related requests, we will respond within the legally required timeframe of one calendar month.