Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add GDPR and CCPA consent APIs to Chartboost Flutter Adapter Plugin #1221

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LTPhantom
Copy link
Collaborator

Add GDPR and CCPA consent APIs to Chartboost Flutter Adapter Plugin

@bichenwang
Copy link

Hey, thank you for this. I'm still out of the country, but on a cursory glance, it looks like you're using 9.8.1 on Android which has the latest support for everything. Which is great. But we downgraded a lot of our dependencies in 9.8.2 to support Unity 2022 LTS more seamlessly. Not sure if y'all want to also see if you want to use 9.8.2 moving forward or if you would like to be on the more cutting edge of things. We may continue Unity 2022 support for 9.9.x series so ymmv if you want to swap to 9.8.2 now or later. Good luck!

ccpaConsent
? CHBDataUseConsent.CCPA.Consent.optInSale : CHBDataUseConsent.CCPA.Consent.optOutSale)
)
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, I am Haoxin, an iOS engineer from Chartboost. I reviewed both Swift files and they look good. Thanks!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra note: you are interested in clearing the consent status by any chance, you can call
Chartboost.clearDataUseConsent(for: .GDPR) / Chartboost.clearDataUseConsent(for: .CCPA).

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants