UnitySimpleGDPRConsent
UnitySimpleGDPRConsent copied to clipboard
Support for COPPA and others?
I have just downloaded this plugin and am trying to use it, but are there plans for other GDPR-like consent messages/mechanisms such as COPPA?
Do you mean something like this?
P.S. I can add needed consent mechanisms but I need to know which ones and see example implementations of them for reference.
Im sorry, I meant CCPA not COPPA. So many acronyms!
Also there is the LGPD and maybe others... https://integris.io/ccpa-gdpr-and-lgpd/
I think that programmatically speaking, the only difference on the plugin between them would be detecting which one applies to the player (based on the location). Dialog-wise the GDPR dialog probably applies to all of them already (Im not an expert, in fact I dont know much about them). The rest of the work (legal stuff) would be covered on the terms themselves (which is under the developer's responsibility).
Are there any plans for supporting PIPL for mainland Chinese users? The requirements are quite similar to GDPR but detecting whether or not PIPL applies to the current user has been a challenge for me so far.
I'm using Google's undocumented service for determining GDPR applicability: http://adservice.google.com/getconfig/pubvendors. Unless something similar exists for other dialog types, I'm currently not planning to add support for them.