-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Hello,
I am encountering an issue with Step 4 (Publish App) of the Appodeal onboarding process. The dashboard is displaying the following error: “CMP not integrated yet. No valid consent string detected in SDK requests from GDPR/CCPA zones.”
However, the CMP appears to be functioning correctly in my app. Here are the details of my integration:
SDK Version: v3.10.1
Implementation: I am calling Appodeal.showConsentFormIfNeeded().
Validation: After the form is completed, Appodeal.consentStatus() returns 3 (Consent Obtained).
Persistence: Subsequent app launches correctly retrieve the "Obtained" status.
External Confirmation: My AdMob dashboard is reflecting updates in "Messages shown" and "Consent rate," suggesting the integration is active.
My understanding is that the TC string should be handled automatically by the SDK in v3.10.0. I am using a VPN to trigger the form from a GDPR zone to ensure valid requests are sent.
Is there a known delay in the dashboard reflecting this status, or is there an additional step required to clear this error?
Thank you for your help.