mobileappdevhm / dev-team-1-cie-app-in-flutter

Development Team 01 (Flutter)
https://mobileappdevhm.github.io/dev-team-1-cie-app-in-flutter/
8 stars 1 forks source link

Feature: opt out user metrics #233

Closed RedTo closed 6 years ago

RedTo commented 6 years ago

Show info dialog at first start. Enable analytics by default.

EduardBartolovic commented 6 years ago

Just a Note: this could make problems with the ePrivacy reform which will come next year

RedTo commented 6 years ago

Please go more in detail...

EduardBartolovic notifications@github.com schrieb am Di., 26. Juni 2018, 12:10:

Just a Note: this could make problems with the ePrivacy reform which will come next year

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/mobileappdevhm/dev-team-1-cie-app-in-flutter/pull/233#issuecomment-400255353, or mute the thread https://github.com/notifications/unsubscribe-auth/AO7G58G0Biz0RCdG-QfvjjvAW68lDm0Uks5uAgipgaJpZM4U3ZHk .

EduardBartolovic commented 6 years ago

The idea with the dialog is really good.

I just say it in german to make it easier for me now.

Die Zustimmung für eine Datenerhebung muss ausdrücklich erfolgen, nachweisbar sein und sie darf nicht an den Dienst gekoppelt sein. Ein Aussperren der Nutzer, die dem Werbetracking nicht zustimmen, ist nicht erlaubt. Daneben muss jeder einzelnen Datennutzung zugestimmt werden (siehe DSGVO am Ende). Das ist bei uns der Fall und macht deshalb keine Probleme.

Die Zugangssoftware (Browser, Apps Betriebssysteme) müssen eine Option enthalten, alle Cookies von Dritten auszuschließen. Zudem liegt bei Ihnen die technische Zuständigkeit für die Zustimmung. Bei jeder Zustimmung oder Änderung muss der User dies in den Systemeinstellungen vornehmen. Nutzerfreundlich ist diese Lösung sicher nicht. Zudem müssten die Browser diese detaillierten Zustimmungsmöglichkeiten auch bereitstellen. Das passt bei uns auch.

Die Datenerhebung durch Drittfirmen wird weitgehend ausgeschlossen, beziehungsweise ist nur mehr möglich, wenn der Nutzer dieser Form der Datenverarbeitung ausdrücklich zustimmt. Nachdem derzeit bei einem Seitenabruf Werbeflächen programmatisch im Markt angeboten werden, setzen stets mehrere Dienstleister Cookies, um zu prüfen, ob sie den Werbekontakt im Bieterverfahren kaufen wollen. Dies ist künftig laut der ePrivacy-Verordnung faktisch kaum mehr möglich. Machen wir auch gut.

Die auch ohne Einwilligung mögliche Verarbeitung von Standortdaten durch wifi Signale / Bluetooth etc. geregelt durch Art. 8 (2) ist nun in einen Opt-in-Ansatz geändert worden. Hier sehe ich ein Problem. Wenn das tracking bei default an ist ist das kein Opt-In sondern Opt-Out.

RedTo commented 6 years ago

Okay I see. Thanks for this information. I just thought that there would be no user which will allow us to track any data if we use the opt-in mechanism...

But okay, than it seems that we have to leave it as opt-in...

EduardBartolovic commented 6 years ago

I think if you display the option in the beginning then there will be some people who will use it.

4nderl commented 6 years ago

Opt-in with option to toggle it on first start is a cool way i think.

RedTo commented 6 years ago

Yeah, I just thought about that at the moment...

RedTo commented 6 years ago

Do you think a simple dialog with the option ok and no thanks (or something similar) is enough?

EduardBartolovic commented 6 years ago

This would be perfect

4nderl commented 6 years ago

Sure

RedTo commented 6 years ago

image

There is an dialog where the user can decide to share anonymous user data or not. This dialog is opend every time the login page is visited. (I have done this as of the following scenario: User A says, it's ok to collect data and use the app. Then User B want to check something on the phone of A and login without being asked if he want to share or not, because the dialog will just come up once at the first app start. So I think poping up before every login (normally there are not that often changes of users I guess) is ok)

Sorry for the long sentences :-/