Starting from May 25, 2018, the European Union's General Data Protection Regulation (GDPR) officially takes effect. To protect the interests and privacy of developers and users, we have updated our Privacy Policy and Help Documentation. At the same time, we have added privacy permission settings in the SDK. Please check your SDK configuration according to the following content.
ATSDK.getUserLocation(function (userLocation: string | number) {
if (userLocation === ATSDK.kATUserLocationInEU) {
if (ATSDK.getGDPRLevel() === ATSDK.UNKNOWN) {
ATSDK.showGDPRConsent(function () {
ATSDK.initSDK("your app id", "your app key");
});
}
}
});
European Union Privacy Compliance Requirements
From January 16, 2024, any advertising targeted at users in the European Economic Area (EEA) or the United Kingdom must: Use a Google-certified CMP (Consent Management Platform) integrated with the IAB Transparency and Consent Framework (TCF) through the User Messaging Platform (UMP) SDK to implement compliance processes.
● Android
● iOS
Note: Withdrawal of consent is the process by which users in the EEA, UK, and Switzerland who have previously consented to personalized ads can revoke that consent. You are required to provide a corresponding link in the app menu to facilitate users who wish to withdraw consent, and then re-display the consent message.
For more details, please refer to Google's official documentation.
Refer to the relevant Google documentation (Android, iOS) to implement privacy settings options.