Coder Social home page Coder Social logo

Comments (6)

staskochkin avatar staskochkin commented on June 6, 2024

Hi @BenjErgizerBunny, Yes Appodeal's consent manager automatically show up if the user is located in a location covered by GDPR or CCPA. Location is determined on backend by IP address. If you want to check that it's showing up properly you can use any VPN service.
Also you can use (after you call synchroniseConsent method)

Appodeal.forceShowConsentDialog((consent, regulation) => {
    // Handle updated data
})

This method will shows popup for user from any location. But if you user is restricted by GDPR or CCPA, he/she will see consent dialog twice: first time on synchroniseConsent and second on forceShowConsentDialog

from react-native-appodeal.

BenjErgizerBunny avatar BenjErgizerBunny commented on June 6, 2024

Thanks for much for the explanation @staskochkin ! Do you know how I would go about styling the consent screen so the UI is inline with my app? I think that will get me a higher "yes" rate.

from react-native-appodeal.

staskochkin avatar staskochkin commented on June 6, 2024

Current version of Consent Manager does not support custom styling of UI. Because of Consent Manager is supported on native iOS and Android, Unity and React Native, Consent dialog is static HTML that is served by Appodeal's backend and rendered by explicit web view of Consent Manager SDK. This HTML can be modified without Consent Manager update, however this functional is private as far as i know.
Would you like to please contact our technical support team via intercom on appodeal.com or email: [email protected] if you have any suggestions or improvements about consent manager.

from react-native-appodeal.

BenjErgizerBunny avatar BenjErgizerBunny commented on June 6, 2024

Great, thanks for the background!

One last question!

Is there an easy way to still use Appodeal’s logic to determine when to display my own custom consent component and force the Consent Manager UI component not to display?

from react-native-appodeal.

staskochkin avatar staskochkin commented on June 6, 2024

In current implementation when application calls Appodeal.synchroniseConsent plugin will synchronise consent, load and show dialog if needed. You can fork this plugin and remove loading and showing logic: iOS, Android.
In this case consent manager will return info about user's restriction by GDPR or CCPA. But you need to store consent info by your self.
Hope it helps!

from react-native-appodeal.

staskochkin avatar staskochkin commented on June 6, 2024

I'll close this issue. If you have any questions regarding Consent Manager please open new one or contact our support team.

from react-native-appodeal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.