UnityAds impressions don't show on the dashboard
Hi, I implemented UnityAds on my android game but the statistics on the UnityAds dashboard didn't change when ads were played, I tried waiting a few days, I verified that the GameIds matched and that...
View ArticleAdmob Mediation Payment
Hi, I want to use Admob Mediation but i don't know its details. My mediation has two ad networks. They are Admob and Unity Ads. * How will they pay? Will it be a single source of payment?
View ArticleUnityEngine.Advertisements
I went into the services window, copied the example, then opened a new c# script and pasted the example in it. Visual studio complained about the namespace UnityEngine.Advertisements not existing, but...
View ArticleUnity Ads not working properly
So i got UnityAds integrated nicely. Works beautifully in the editor. Whenever i make an export and run it on my device through xcode everything works fine. Advertisements show up and everything is...
View ArticleHeyzap crash
I've integrated Heyzap into my project, but whenever it initializes the project crashes. I have attached the logcat. The error seems to be because of: java.lang.NoClassDefFoundError: Failed resolution...
View ArticleHow to make Admob banners not show in every scene
Im trying have admob banner ads in my app and I dont want them to show in every scene but in this case they do and I dont know how to prevent this from happening. Thank you. using UnityEngine; using...
View ArticleAdmob impressions are not counted
I don't know if it is the right place to ask this question or not but the impressions counter on my admob account is still zero after three days although my players are receiving ads as i set them up...
View ArticleCan't initialize Unity Ads
At first ads was not showed and in debug.log was nothing (must be Initialization ("12345", false) or Initialization ("12345", true)). Then I added "Advertisement.Initialize(gameID)" in Start(). In...
View ArticleInterstitial Ads Network
Hi everybody, I would like to promote a new iOS game with Interstitial Ads, but can not find any provider which offer that (all I see video ads options). Could you recommend who to use for these type...
View ArticleNamespace Advertisements not exist - Ads service enabled 5.5
Hello, i had a problem with my ads setup, a few days ago all works fine, i started the project in 5.5 with the Service Ads enabled, i use the Collab system from unity to work with a friend on this...
View ArticleGoogle Ads Plugin - a Bundle Identifier problem
Hello! In my project stopped working Google ads. Try new project - ads show normaly. I searching problem in all project: in manifest, plugin's, and even deleted all files from project and then imported...
View ArticleDownloading Sponsored Apps
Hello everyone, I've been searching around on the internet for hours but still didn't find an answer to my question. I would like to make an app (similar to AppNana or FreeMyApps) but couldn't find...
View ArticleAdcolony and google play services conflict
when i import adcolony plug to a project containing play services plugin i get this errors Assets/AdColony/Editor/ADCDependencies.cs(10,23): error CS0433: The imported type...
View ArticleWho pays developer for ads unity or google??
I have completed my game with unity ads . I was about to publish it but it needs 25$ as one-time fee which I'm ready to pay but I don't have a debit card so I'll be paying from my virtual debit card...
View ArticleAdvertisement.Show(); ... simply does not work
Advertisement.Show(); ... simply does not work... it was working before but now it stopped... here is my script #pragma strict import UnityEngine.Advertisements; var platform : RuntimePlatform =...
View ArticleAds service not working on android build
I have just finished developing a game and started working on unity's ads service integration (through the service window inside unity itself). It seemed pretty straight forward, and I have been able...
View ArticleAdmob Rewarded Video from UnityAds
Hello! Unity 5.5.0f3 I'm using GoogleAds Plugin, I've written code using tutorial form Firebase. In Admob I set that I use ads from Unity Ads. I think that I did it well, because I just took Game ID...
View ArticleAdmob Banner Ads not shown but are clickable
Occasionally the ad will appear very briefly when the screen is redrawn, but the rest of the time the ad is invisible. However, it is clickable and registering impressions. Tested on a Samsung Galaxy...
View ArticleUnity android ads
ive implemented ads for my game inside unity using the build in ad service, and a little bit of coding. But i just found out about some tutorials about android studio and that u need to import your app...
View ArticleUnable to find jar
When I build project then get error : ***"Unable to find jar in the system path. This tool is required to process Play Services dependencies. Either set JAVA_HOME or add jar to the PATH variable to...
View Article