GDPR

What is GDPR ?

To comply GDPR regulation you must configure some data

1. Admob publisher ID.

Here how you can found your admob publisher id : https://support.google.com/admob/answer/2784578?hl=en​ , Then change publisher Id in res/xml/remote_config_defaults.xml

remote_config_defaults.xml
<entry>
    <key>publisher_id</key>
    <value>pub-3239677 . . .</value>
</entry>

2. Privacy Policy Url.

To meet GDPR regulation you also must provide your own privacy and policy url, you can use generator like this : https://app-privacy-policy-generator.firebaseapp.com/ or you can use other tools, after generate you can upload into your hosting or anywhere so user can view it.

Then please change privacy_policy_url in res/xml/remote_config_defaults.xml

remote_config_defaults.xml
<entry>
    <key>privacy_policy_url</key>
    <value>http://dream-space.web.id/doc_ . . .</value>
</entry>

You can also change that both value from remote config the step same with ads change remote config

Last updated