Commit 16bab664 by Demid Merzlyakov

Fix CCPA opt in string for A9.

parent e923af51
......@@ -125,7 +125,7 @@ class CCPAHelper {
A9Cache.shared.ccpaPrivacyString = "1Y-"
}
else {
A9Cache.shared.ccpaPrivacyString = canCollectData ? "1YY" : "1YN"
A9Cache.shared.ccpaPrivacyString = canCollectData ? "1YN" : "1YY"
}
//Google AdMob Settings - https://developers.google.com/admob/ios/ccpa
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment