One of my projects is stuck at Unity 2017 for various reasons, 2018 deprecated things I was using etc., so I really cannot upgrade.
I looked at the Unity Dashboard and see that the page reports the game is using Unity Ads 2.1.1 - I think this the version for the built-in Unity ads enabled via Services panel.
It seems that the latest Unity Ads version is something like 4.2+, and I’m wondering if I could somehow upgrade the built-in Unity Ads 2.1.1 in Unity 2017.4.40f1. I just couldn’t find any update packages or any help, only a short discussion about someone using Unity Ads 3.6.0 with Unity 2017 and wondering if an upgrade to 3.7 was available. That’s how I understood the discussion.
Ideas how to upgrade?
…
The reason I want to upgrade is this email I got from Google (Play):
I found this discussion about the topic:
If I understood that correctly, the following code might solve this issue:
MetaData metaData = new MetaData(“privacy”);
metaData.Set(“mode”, “app”); // This app is directed at children; no users will receive personalized ads. Advertisement.SetMetaData(metaData);
Unity 2017.4.40f1 does take that code without any errors, but I’m just wondering if it’ll work as Unity Ads 2.1.1 is pretty old…