czlucius / code-scanner

An Android app to scan and generate codes(barcodes/QR codes)
GNU Affero General Public License v3.0
39 stars 24 forks source link

Google Play #15

Closed czlucius closed 2 years ago

czlucius commented 2 years ago

For distribution to Google Play. Play Dev Program Policies would need to be considered

vaibhavantil1 commented 2 years ago

@czlucius - A part of this issue is to fill the Play Store Data Safety section.

I scanned your app with my tool to generate the same. Here are the results:

If this is helpful, do use our free tool to generate Play Store Data Safety report: https://github.com/Privado-Inc/privado

Also, do share your feedback & thanks for the OSS app 😄

image image image

czlucius commented 2 years ago

@vaibhavantil1 Thanks. By the way, how do I access the results? I do not collect any emails, names, phone numbers, or user IDs, where are these coming from/where did the scanner detect these? Thanks!

czlucius commented 2 years ago

Also, why does it say "Date elements" instead of "Data elements" in the 1st section? Maybe that's a typo? Thanks

vaibhavantil1 commented 2 years ago

@czlucius - You can run the scan on your computer, download the data safety form generator here: https://github.com/Privado-Inc/privado

We discover data elements like first name, last name, email address and map it to Android data types, so 6 data elmeents can become 4 data types. Do try it, its free and share your feedback.

vaibhavantil1 commented 2 years ago

Sharing data on Few Data Types discovered:

image image image

czlucius commented 2 years ago

Oh ok, thanks for the screenshot. Those fields are never sent to any party and are processed on-device only by both the app and ML Kit. I've read the Data Safety Form requirements, and declaration is not needed for on-device processing of data: https://support.google.com/googleplay/android-developer/answer/10787469?hl=en#:~:text=on-device%20access%2Fprocessing%3A%20user%20data%20accessed%20by%20your%20app%20that%20is%20only%20processed%20locally%20on%20the%20user%E2%80%99s%20device%20and%20not%20sent%20off%20device%20does%20not%20need%20to%20be%20disclosed.

Thanks!

czlucius commented 2 years ago

image

vaibhavantil1 commented 2 years ago

Thats correct @czlucius - No worries 👍

You can use the tool in the future if you add more functionalities.