Android News App
  • Welcome
  • Android Studio
    • Getting Started
    • Import Project
    • Generate google-services.json
    • Push Notification
    • Package Name
    • Server Connection
    • Ad Network
    • Legacy GDPR
    • Funding Choices
    • App Configuration
    • Get YouTube API Key
    • Change App Logo
    • Change App Color
    • Text Assets
    • Image Assets
    • App Font
  • Admin Panel
    • Getting Started
    • Database Configuration
    • Related Video Tutorial
    • SMTP Config
    • Change Color
    • Change Text
  • Publish the App
    • Release Version
    • Generate Signed Bundle / APK
  • Migrate from Older Version
    • v4.2.1 to v4.3.0
    • v4.2.0 to v4.2.1
    • v4.0.0 to v4.2.0
    • v3.4.x to v4.0.0
  • Rating and Support
  • Changelog
  • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. Android Studio

Legacy GDPR

PreviousAd NetworkNextFunding Choices

Last updated 3 years ago

Was this helpful?

​

To comply GDPR regulation you must configure some data :

AdMob publisher ID Here how you can found your admob publisher id : Then change publisher Id in res/value/ads.xml

<string name="admob_publisher_id">pub-3940256099942544</string>

Privacy Policy Url To meet GDPR regulation you also must provide your own privacy and policy url, you can use generator like this : 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/value/string.xml

<string name="privacy_policy_url">https://www.solodroid.net/privacy.......</string>
What is GDPR ?​
https://support.google.com/admob/answer/2784578?hl=en​
https://app-privacy-policy-generator.firebaseapp.com/