This page provides detailed information for the Google Play Data Safety section.
✅ Pro Shopit does not collect, share, or sell any personal data. All data stays on your device or your own server. No third-party analytics or advertising SDKs are used.
| Permission | Purpose | Required? |
|---|---|---|
| CAMERA | Scan QR code to log in to your store server. No photos are taken or stored. | Optional (only for QR login) |
| INTERNET | Communicate with your own store server for orders, stats, and notifications. | Required |
| POST_NOTIFICATIONS | Display local notifications about new orders (Android 13+). | Optional |
| FOREGROUND_SERVICE | Maintain background connection to your server for real-time notifications. | Required for background notifications |
| FOREGROUND_SERVICE_DATA_SYNC | Classify the foreground service as a data sync connection (Android 10+). | Required for background notifications |
| Data | Storage Location | Purpose | Shared? |
|---|---|---|---|
| Server URL | Local (DataStore) | Remember which server to connect to | No |
| Auth token (JWT) | Local (DataStore) | Authenticate requests to your server | No |
Use the following answers when filling in the Google Play Console Data Safety form for this app:
| Question | Answer |
|---|---|
| Does your app collect or share any of the required user data types? | No |
| Is all of the user data collected by your app encrypted in transit? | Yes (app uses HTTPS) |
| Do you provide a way for users to request that their data is deleted? | Yes — users can log out and uninstall the app to remove all locally stored data |
| Does your app use advertising ID? | No |
| Does your app share data with third parties? | No |
| Library | Purpose | Collects Data? |
|---|---|---|
| Retrofit 2 | HTTP networking with your own server | No |
| OkHttp 4 | HTTP client (used by Retrofit) | No |
| Gson | JSON parsing | No |
| ZXing Core | QR code decoding (pure Java) | No |
| AndroidX CameraX | Camera preview for QR scanning | No |
| Jetpack Compose | UI framework | No |
| DataStore Preferences | Local secure storage | No |
For any questions about data safety, contact us at support@mojemedia.eu.