|
| 1 | +# App Store & Play Store — Privacy Declarations |
| 2 | + |
| 3 | +> Reference document for filling out the Apple App Privacy labels and Google Play Data Safety forms. |
| 4 | +> Keep in sync with `PRIVACY_POLICY.md`. |
| 5 | +
|
| 6 | +--- |
| 7 | + |
| 8 | +## Apple App Store — App Privacy Labels |
| 9 | + |
| 10 | +When submitting to App Store Connect, select the following in the **App Privacy** section: |
| 11 | + |
| 12 | +### Data Types Collected |
| 13 | + |
| 14 | +| Data Type | Category | Collected | Linked to Identity | Used for Tracking | |
| 15 | +|-----------|----------|-----------|-------------------|-------------------| |
| 16 | +| Precise Location | Location | ✅ Yes | ❌ No | ❌ No | |
| 17 | +| Crash Data | Diagnostics | ✅ Yes | ❌ No | ❌ No | |
| 18 | + |
| 19 | +### For each data type: |
| 20 | + |
| 21 | +#### Precise Location |
| 22 | +- **Usage purpose:** App Functionality |
| 23 | +- **Linked to user identity:** No |
| 24 | +- **Used for tracking:** No |
| 25 | +- **Notes:** Location is used entirely on-device to compute eclipse contact times. It is never transmitted to any server or stored persistently. |
| 26 | + |
| 27 | +#### Crash Data |
| 28 | +- **Usage purpose:** App Functionality (bug fixing) |
| 29 | +- **Linked to user identity:** No |
| 30 | +- **Used for tracking:** No |
| 31 | +- **Notes:** Crash reports are sent to Sentry and contain stack traces, device model, and OS version. No personally identifiable information is included. |
| 32 | + |
| 33 | +### Data NOT Collected |
| 34 | +Check "No" for all of the following categories: |
| 35 | +- Contact Info (name, email, phone, address) |
| 36 | +- Health & Fitness |
| 37 | +- Financial Info |
| 38 | +- Sensitive Info |
| 39 | +- Contacts |
| 40 | +- User Content |
| 41 | +- Browsing History |
| 42 | +- Search History |
| 43 | +- Identifiers (user ID, device ID) |
| 44 | +- Purchases |
| 45 | +- Usage Data (only crash data, not usage analytics) |
| 46 | +- Other Data |
| 47 | + |
| 48 | +### iOS Privacy Manifest (`NSPrivacyAccessedAPITypes`) |
| 49 | + |
| 50 | +The following API usage reasons are declared in `app.json` → `expo.ios.privacyManifests`: |
| 51 | + |
| 52 | +| API Category | Reason Code | Justification | |
| 53 | +|-------------|-------------|---------------| |
| 54 | +| `NSPrivacyAccessedAPICategoryUserDefaults` | `CA92.1` | AsyncStorage uses UserDefaults to persist user preferences (notification settings, favorite locations). | |
| 55 | + |
| 56 | +--- |
| 57 | + |
| 58 | +## Google Play Store — Data Safety Section |
| 59 | + |
| 60 | +When filling out the **Data Safety** form in Google Play Console: |
| 61 | + |
| 62 | +### Overview Answers |
| 63 | +- **Does your app collect or share any of the required user data types?** Yes |
| 64 | +- **Is all of the user data collected by your app encrypted in transit?** Yes (HTTPS for NASA GIF fetches and Sentry) |
| 65 | +- **Do you provide a way for users to request that their data is deleted?** Not applicable — no personal data is stored on servers. On-device data is cleared by uninstalling the app. |
| 66 | + |
| 67 | +### Data Types |
| 68 | + |
| 69 | +#### Location → Approximate location |
| 70 | +- **Collected:** No (precise location is used, see below) |
| 71 | + |
| 72 | +#### Location → Precise location |
| 73 | +- **Collected:** Yes |
| 74 | +- **Shared with third parties:** No |
| 75 | +- **Is this data processed ephemerally?** Yes — location is used in memory only, never stored |
| 76 | +- **Is this data required for your app, or can users choose whether it's collected?** Optional — users can place a pin manually |
| 77 | +- **Purpose:** App functionality |
| 78 | + |
| 79 | +#### App info and performance → Crash logs |
| 80 | +- **Collected:** Yes |
| 81 | +- **Shared with third parties:** Yes — Sentry (crash reporting service provider) |
| 82 | +- **Is this data processed ephemerally?** No — retained by Sentry per their retention policy (~90 days) |
| 83 | +- **Is this data required for your app, or can users choose whether it's collected?** Required (automatic in production builds) |
| 84 | +- **Purpose:** App functionality (bug fixing), Analytics (crash analysis) |
| 85 | + |
| 86 | +#### Device or other IDs |
| 87 | +- **Collected:** No |
| 88 | + |
| 89 | +### Data NOT Collected or Shared |
| 90 | +Select "No" for all of the following: |
| 91 | +- Personal info (name, email, address, phone, etc.) |
| 92 | +- Financial info |
| 93 | +- Health info |
| 94 | +- Messages |
| 95 | +- Photos & videos |
| 96 | +- Audio files |
| 97 | +- Files & docs |
| 98 | +- Calendar |
| 99 | +- Contacts |
| 100 | +- App activity (app interactions, search history, installed apps) |
| 101 | +- Web browsing |
| 102 | +- Device or other IDs |
| 103 | + |
| 104 | +### Additional Disclosures |
| 105 | +- The app does **not** use advertising libraries or advertising IDs. |
| 106 | +- The app does **not** contain any ads. |
| 107 | +- The app is **not** designed for children. |
| 108 | +- The app does **not** share data with third parties except Sentry for crash reporting. |
0 commit comments