AppLovin / AppLovin-MAX-Unity-Plugin

110 stars 31 forks source link

IAB tcfV2 missing critical methods #334

Closed agrobost closed 2 months ago

agrobost commented 4 months ago

Feature Description

We currently use GetTcfConsentStatus(int vendorID) method in your SDK and appreciate its functionality. To enhance compliance with IAB's Transparency and Consent Framework, especially under GDPR, we suggest adding two critical methods:

These methods will greatly aid in accurately managing user consents for specific purposes and features, ensuring both legal compliance and user trust. We believe their integration would be a significant improvement to your SDK and beneficial to all developers using your services.

Thank you for your attention. We look forward to a swift and effective resolution.

Best regards,

wootaejeon commented 4 months ago

Hi @agrobost, we are looking into adding public APIs on our next SDK release for purpose and special feature consents. We'll let you know when these features go live.

agrobost commented 3 months ago

Hi,

Following our previous suggestion regarding the addition of IsPurposeAccepted(int purposeID) and IsSpecialFeatureAccepted(int specialFeatureID) methods to your SDK to enhance compliance with the IAB's Transparency, we would like to highlight the importance of adding several additional methods to further enhance the management of user consents:

Thank you for considering our suggestions.

Best regards

wootaejeon commented 3 months ago

@agrobost Thanks for your suggestions. We will consider them for a future release and follow up with relevant updates.

wootaejeon commented 2 months ago

@agrobost Unity plugin version 6.2.0 is now live with the following methods: public static bool? GetPurposeConsentStatus(int purposeId) public static bool? GetSpecialFeatureOptInStatus(int specialFeatureId)