montana/Android/Play-Store-Pack/data-safety.md
2026-05-21 03:44:38 +03:00

119 lines
3.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Google Play Data Safety Declaration
Раздел Play Console → Policy → App content → Data safety form.
## Data collection summary
### Does your app collect or share any of the required user data types?
**Yes** (wallet address, IP for routing). Все остальные категории — **No**.
## Data types per category
### Personal info
- ☐ Name — **NOT collected**
- ☐ Email address — **NOT collected**
- ☐ User IDs — **NOT collected** (wallet address не считается user ID т.к. anonymous, but listed in "Financial info")
- ☐ Address — **NOT collected**
- ☐ Phone number — **NOT collected**
- ☐ Race and ethnicity — **NOT collected**
- ☐ Political or religious beliefs — **NOT collected**
- ☐ Sexual orientation — **NOT collected**
- ☐ Other info — **NOT collected**
### Financial info
-**User payment info****Collected** (wallet address для начисления Ɉ)
- Collected: Yes
- Shared: No
- Optional: No (необходимо для функциональности)
- Encryption in transit: Yes (TLS 1.3 + Reality)
- Can users request deletion: Yes (uninstall app или email request)
### Location
- ☐ Approximate location — **NOT collected**
- ☐ Precise location — **NOT collected**
### Web browsing
- ☐ Web browsing history — **NOT collected**
### App info and performance
- ☐ Crash logs — **NOT collected** (no Crashlytics)
- ☐ Diagnostics — **NOT collected**
- ☐ Other app performance data — **NOT collected**
### Device or other IDs
- ☐ Device or other IDs — **NOT collected**
### App activity
-**App interactions** (heartbeat metadata: wallet address, timestamp, exit node) — **Collected**
- Collected: Yes
- Shared: No
- Optional: No
- Encryption in transit: Yes
- Can users request deletion: Yes
### Audio files / files and docs / calendar / contacts
— все **NOT collected**
### Messages / photos and videos
— все **NOT collected**
### Health and fitness
— все **NOT collected**
## Data security
### Is all of the user data collected by your app encrypted in transit?
**Yes** — TLS 1.3 + XTLS Reality protocol.
### Do you provide a way for users to request that their data be deleted?
**Yes** — uninstall app removes all device data. Server-side records auto-purged after 30 days inactivity. Manual deletion request via email `efir369999@gmail.com`.
## Privacy policy URL
`https://montana.quest/privacy`
## Compliance
- Family Policy: **No** (приложение для пользователей 13+ согласно nature финансового функционала)
- Government apps: **No**
- News apps: **No**
---
## Готовая JSON-выгрузка для Play Console (для импорта если поддерживается)
```json
{
"data_collection_summary": {
"collects_data": true,
"shares_data": false
},
"categories": {
"financial_info.user_payment_info": {
"collected": true,
"shared": false,
"optional": false,
"purposes": ["account_management", "app_functionality"],
"encrypted_in_transit": true,
"user_can_request_deletion": true
},
"app_activity.app_interactions": {
"collected": true,
"shared": false,
"optional": false,
"purposes": ["app_functionality", "analytics"],
"encrypted_in_transit": true,
"user_can_request_deletion": true
}
},
"security": {
"all_data_encrypted_in_transit": true,
"deletion_request_supported": true
},
"privacy_policy_url": "https://montana.quest/privacy"
}
```