Hello there,
I have successfully implemented Unity Ads (Rewarded and Normal ones) in my project, at least in the Editor.
However when I build my game and then try to watch the Ads nothing gets displayed. I then connected my phone to PC and used the Debug Monitor to find out why:
UnityAds com.unity3d.services.ads.configuration.AdsModuleConfiguration$1.run() (line:60) :: Couldn’t get address. Host: config.unityads.unity3d.com: Unable to resolve host “config.unityads.unity3d.com”: No address associated with hostname: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname)
I have read that this could be an ISP issue, however I live in Germany and there should be none right? I do not have any ad blockers and tried it with other internet connections.
Could someone please help me?