Hi all,
I've been wondering how the new GDPR regulations affect apps that we develop (as hobbyist app developers). I thought I'd create this thread because I couldn't find any other information about GDPR on the TGC forums. Has anyone been working towards GDPR compliance with your AppGameKit apps? Is there any app changes or documentation you've needed to make?
So first of all, I assume we all need Privacy Policies for our apps. This is something that most people probably already have, as it's a Google Play Store requirement to have a Privacy Policy before you can list your app. However, GDPR has some very special requirements for that policy, that may need adding, such as your contact details, details of who else has access to any data, purposes of holding the data, etc:
https://ico.org.uk/for-organisations/guide-to-data-protection/privacy-notices-transparency-and-control/privacy-notices-under-the-eu-general-data-protection-regulation/
When we add advertisements (such as from Admob), does that mean we're passing personal information onto Google? Or at least allowing "ad provider" to gather that information themselves using the app?
Something as simple as an online high score system means we're storing personal information. A user-provided nickname is classed as "Personal Data". Storing it in a database etc requires consent. You'd then need a data processing agreement with your webhost?
My apps are relatively simple - I've never created a mobile app with a login system, or one that needs to track users or store data online, I could imagine it to be a minefield if your app needs that functionality. I've spent a little bit of time looking into GDPR, and it seems like quite a big hurdle to safely implement for the solo hobby app developer, even for the most basic apps.
Does anyone feel like their app is GDPR compliant?
Thanks,
Shock.