简体   繁体   中英

AppLovin Banner Ad not Visible But It is Clickable

I am developing android game in unity with latest Applovin SDK. I am trying to Integrate Applovin Banner ad. Integration is done but still i cant see banner ad but amazing thing is, its clickable. I did saw test Ad once but after that I never saw that.

My lines of code are below

AppLovin.SetSdkKey ("11H8U6aELIAQxFi5y51tuGKeh872sMItNa_sga51tGRoV9uSEvK79emsnuucEBUcmTSR3TSwqxxxxxxxxxxxxx");
AppLovin.InitializeSdk ();
AppLovin.LoadRewardedInterstitial();
AppLovin.PreloadInterstitial ();
AppLovin.SetUnityAdListener (this.gameObject.name);

AppLovin.SetAdWidth (768);
AppLovin.ShowAd (AppLovin.AD_POSITION_CENTER,AppLovin.AD_POSITION_TOP);

Test Mode is On Play Services integrated (Rewarded Videos and Interstitial are working fine) Manifest is updated and No Frequency Cap is applied

I got it solved after consulting with applovin support team. Problem was in the IDE version of Unity that I was using. Upgraded the Unity IDE and it worked.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM