From a531e20314e0dda7111b60344c17776b25a3d3d4 Mon Sep 17 00:00:00 2001 From: ijunaid Date: Fri, 6 Sep 2024 21:04:17 +0500 Subject: [PATCH] Giving all consents for content consents --- CountlyConsentManager.m | 1 + 1 file changed, 1 insertion(+) diff --git a/CountlyConsentManager.m b/CountlyConsentManager.m index 8fa89c9e..fc4bf12f 100644 --- a/CountlyConsentManager.m +++ b/CountlyConsentManager.m @@ -228,6 +228,7 @@ - (NSArray *)allFeatures CLYConsentPerformanceMonitoring, CLYConsentFeedback, CLYConsentRemoteConfig, + CLYConsentContent ]; }