For my game I want to display ads AppLovin banner and video ads.
At present I can able to get banner ads using following code.
// initialize sdk
AppLovin.InitializeSdk ();
// show banner ads
AppLovin.ShowAd (AppLovin.AD_POSITION_CENTER, AppLovin.AD_POSITION_TOP);
Now I want to show video ads of AppLovin but can't find any way to display. On created application, I found following message at video ads option.
> Video ads unit are only available if you are using SDK version 5.1.0
Please give some suggestion to display video ads.
↧