Hey everyone, I'm facing an issue .I have my first unity game almost done. When running it in the Unity Software I get a normal 'Test Ad'. But when I run it both on a test device connected Via USB and downloading it from the google play store, no ads are show, No test screen, nothing. I followed the implementation guide.
.
With the USB device connected using Debug Logs it appears the public void showVideoAds() is being called on the android device. The public void OnUnityAdsDidError(string message) is not being called. I double checked my Game ID and Placement ID all of that seems to be checking out. Test mode is off can't for the life of me think of any other reason why the ads aren't being called properly on an android device.
.
Any help would be appreciated, thank you!!
↧