I am trying to integrate revmob ad to unity.
Banner shows perfactly.
code to show fullscreen ad.
revmobFullScreen = revmob.CreateFullscreen ();
revmobFullScreen.Show ();
it showa that revmobFullscreen object is not null, and even calls listner AdDidReceive but full screen ad is not showing, I have even added this code to manifest
but no luck.
↧