I was thinking about turning off tracking for all users using something like this:
MetaData privacyMetaData = new MetaData("privacy");
privacyMetaData.Set("consent", "false");
Advertisement.SetMetaData(privacyMetaData);
do i still have to implement ATT (and GDPR)? i guess if i turn off tracking for all users i can change the answers on my privacy statement for the app store and don’t need ATT?
if i post my game on reddit this always comes up because the privacy statement shows quite prominently on the app store and i have to explain that this is needed for the ads… so i was thinking to just don’t do tracking.
if this is a legit thing to do how much of a revenue loss are we talking?
