Admob ads not showing on android devices
i have admob plugin on my unity project, i have built it and it works fine on bluestacks, but when i try it on my android device, the ad is not showing. i tried it on my friend's android device but...
View Articleads not working!!! Unity 5.3.4 ad code not working???
Ok I have Unity 5.3.4 and none of the videos or code i've seen for using Unity Ads is working. I don't get it. I'm just trying to show an Ad when the user presses the pause button. But I cant even get...
View ArticleWhy is rewardedVideoZone not ready?
I tried normal ads and it works and the next time i try to implement "rewardedVideoZone" it does not show up.
View ArticleDisable Unity Ads
Hello Everyone: I have integrated unity ads in my game and i have also integrated **Remove ads** which user can buy in the game and enjoy the game without ads. My question is : how to disable unity ads...
View ArticleFailed to re-package resources Admob integration
Hello, today I tried to integrate Admob Ads into my game but I am just running into issues while building. My most consistent error is the following: CommandInvokationFailure: Failed to re-package...
View ArticleAdColony-- works on testing but not on published
I created my first game using AdColony recently. The ads showed up during test mode (as a placeholder) but when I published the game-- and set it to real ads-- they didn't show up at all. My code:...
View ArticleAd IsReady problem
okay so 1 day ago I had no problem with the ad system with unity, but today i try to make something in the code and i see that `Advertisement' does not contain a definition for `IsReady ' public void...
View ArticleUnity Ads Monetizing
Hello guys, I have problem with monetizing the ads. In the panel of unity ads ad starts is increasing and it is 17. But myrevenue and eCMP is zero. Why i am these number are increasing, since there are...
View ArticleUnity Ads Not Working ???
Code - void Start() { if (Advertisement.isSupported) { Advertisement.Initialize(APP_ID, false); } } public void ShowAds() { if (Advertisement.IsReady()) { Advertisement.Show(); } }
View ArticleUnity Ads Rewarded Video PROBLEM
So after linking my project I create an empty gameobject and name it AdControl and I add rewarded script on it and then I place it to my ButtonVideoAds. The problem is that is doesn't show anything but...
View ArticleUnity Ads Skipping before ad shows.
When I start showing my ad, right before the ad starts playing the user can click on a X in the top right corner. This will stop the ad and in my AdCallBackHandler function my ShowResult is returning...
View ArticleWhere can i find impressions report in unity ads
i know that i have to reach at least 1000 impressions to start getting some money with unity ads, but i don't know where i should get those reports. i am trying to find them all the day but i cant. can...
View ArticleShow chartboost interstitial ads in specific window
Hi, I am showing chartboost interstitials in my Unity ios game and it is working fine. Interstitials are being shown on full screen like they are supposed to be. Now I want to show the interstitial in...
View Articleadmob question
I tried google search this question and not a lot of clear result came up so i decided to ask here instead. I am a beginner to game developing in unity and new to admob stuff but what i noticed is when...
View ArticleUnity Ads Error
I am integrating Unity Ads with my iOS game. But when I try to test it in the Console it says: "UnityAdsEditor: Server returned error message: No numeric game id set, cannot send response...
View ArticleUnity Rewarded Ads not showing up?
Everything is set up and the ads are working but i just placed my game in the play store and it showed the ad once and when i tried once again from different device it does not work.
View ArticleDisabling button when Ads not available?
I created a button that allows players to get rewarded for watching an ad but i want to disable when the advert is not ready any help?
View ArticleVariable doesn't exist?
I have a Unity Ads game and when I run the game it works fine and it shows the Ad. But when I build it ONLY FOR ANDROID it has an error message saying: Assets/Scripts/GamePlay.cs(76,25): error CS0117:...
View Articlewhat does ad start mean?
hello, We have numbers in the ad start section and nothing in eCPM and Revenue. Why? Thank you
View ArticleUnity Ads on Android only shows a blank white screen
I have an app on Google Play with Ads enabled (test is set false in the init). When the ad is supposed to show, I get a blank white screen with a close button. Does anyone know how I can fix this? Thanks
View Article