Hi everyone. I'm new to Unity ads and I wanted to try a simple program:
I simply have a button with:
Advertisement.Show ();
It works on many devices (I tested on 2 android devices), but on my own android phone, it doesn't work.
I've run the:
adb logcat -s Unity ActivityManager PackageManager dalvikvm DEBUG
on cdm and when I get to press the button on my phone, I get this [log](https://gist.github.com/TermanEmil/16f99f768a0c6cc666714caf8a554cd6):
Exception: No such proxy method: UnityEngine.Advertisements.Android.Platform.onUnityAdsFinish...
What's wrong with my device?
↧