Cannot Disable UnityAds Auto Initialization
Hello everyone, I am currently facing the issue regarding ads not loading if the internet connection is not available on application startup. Unity version is 5.3.4f1 I tried to use the workaround...
View ArticleUnityAdsEditor: Failed to contact server. (while NO INTERNET)
What is that and how to fix or handle? UnityAdsEditor: Failed to contact server. UnityEngine.Advertisements.<GetAdPlan>c__Iterator0:MoveNext()
View ArticleSo wrong in so many ways!
Can anyone explain this report. Apart from the low eCPM, the "Last 30 days" sections is completely flawed! View attachment 220084
View ArticleQuestion about dashboard and ads filtering
Hello I recently started using unity as in my game and have few question about the service 1)My game is in beta have around 250+ users. I didn't expect to earn anything from it but somehow made $5 two...
View ArticleUnity ad image shows on Editor but not on device...
Code (CSharp): public class ImageAd : MonoBehaviour { public string gameID; public bool disableTestMode; private const int counterReset = 4; public static int counterForAds =...
View ArticleAndroidmanifest FileNotFoundException - Unity 5.4
Hello everyone, I am trying to implement Unity Ads to my project. When i tried to compile to .apk, it gives this error. I couldn't find any solution. I don't have a androidmanifest and i don't know how...
View ArticleAds not working.
I have this game that was using an opt-in advertising option, where the user could click a button, and it would display and add, then award them coins. In the editor it would redirect them to a scene...
View ArticleUnity Ads stopped working in released build
Hi! We have an app that is already released on the App Store and Google Play, and we are using Unity Ads. The ads have worked flawlessly before, but suddenly they stopped showing up. A few hours later...
View ArticleForce Ads "Refresh"
Hi, If the player doesn't have the internet on , Advertisement.IsReady returns false. This is expected since there is no internet. But if the player goes and turns the internet on and returns to the...
View ArticleAdvertisement.isInitialized always false in Editor even when enabled in Services
We use the built-in Unity Ads in multiple projects and have no problems, until now. We have a new project that has the exact same code but this time Advertisement.isInitialized remains false in the...
View ArticleCalling Show() without IsReady()
After my game's level complete, I want a skippable video ad to show. I want it to show if it's loaded, but if it's not loaded, I'm ok with it not showing. Most people do it this way: Code (csharp):...
View ArticleUnity Ads are not working on Iphone but it works in editor. I am using unity...
Unity Ads are not working on Iphone but it works in editor. I am using unity version 4.6.9 .. i am testing it on button click. Please help ,Highly appreciated thanks using UnityEngine; using...
View Article'UnityAds/UnityAds.h' file not found
Code (csharp): [xcode] /BUILD_PATH/username.projectname.default-ios/temp.Xm54PL/Classes/UnityAds/UnityAdsUnityWrapper.h:10:9: fatal error: 'UnityAds/UnityAds.h' file not found [xcode] 1 error...
View Article[iOS] IsReady == false when built in Archive mode
Hi, * Unity 5.6.0 ß4 * iOS 10.2.1 When I run my Ad enabled game directly from XCode on my iPad plugged into my Mac, ads are shown ( Advertisement.isInitialized == true and Advertisement.IsReady(...) ==...
View ArticleUnity ads after deep link kills app
Recently I integrated a deeplink asset from here https://github.com/TROPHiT/UnityDeeplinks It worked great and allowed integrating a link into our notification system that allowed us to send people to...
View ArticleAd code help
Hello I'm kind of looking for some code or some help for basically the following check if unity ad is ready and show it if not show ad from say chartboost and if that fails just show my own ad...
View ArticleUnity ads dashboard crasht bugs and dont show ads in new created projects!!
hi im total confused !! I have creating a new project and want to use the unity ads from the dashboard. Now the problem is when i create new project for the ads and active the ads it crash sometimes....
View ArticleWhat is there revenue share rate of Unity Ads?
Hi, I am using Unreal Engine with Unity Ads. Unreal Engine takes royalty according to gross revenue, so that we must know how much percent do you take, when we reach the amount to pay royalty. How can...
View ArticleServices Menu Under Services Tab is not loading
Hi All, I am unable to see anything under Service Tab> service menu. Please check snapshots. Neither unity ads/analytic buttons etc.Members, settings, age designations etc are opening fine. 4-5 days...
View ArticleWhat should I use true or false in unity advertisement initialisation?
Hi I am new to unity & game development. I have been developed couple of games using unity engine 5.5 & has implemented unity ads as per this link-...
View Article