Add GDPR and CCPA consent APIs to Chartboost Flutter Adapter Plugin#1221
Add GDPR and CCPA consent APIs to Chartboost Flutter Adapter Plugin#1221
Conversation
3139fb7 to
5735a6c
Compare
|
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) | ||
| ) | ||
| } |
There was a problem hiding this comment.
Hello, I am Haoxin, an iOS engineer from Chartboost. I reviewed both Swift files and they look good. Thanks!
There was a problem hiding this comment.
Extra note: you are interested in clearing the consent status by any chance, you can call
Chartboost.clearDataUseConsent(for: .GDPR) / Chartboost.clearDataUseConsent(for: .CCPA).
There was a problem hiding this comment.
Thanks @CB-HaoxinLi! Updated my PR. I would appreciate another quick review
24afe63 to
869cc6d
Compare
PiperOrigin-RevId: 702353803
869cc6d to
2490d92
Compare
|
any news when it gets merged? @CB-HaoxinLi |
|
@LTPhantom can you also fix this same issue but from different plugin #1345 |
Add GDPR and CCPA consent APIs to Chartboost Flutter Adapter Plugin