Unable to buy advertising
I have an account setup, but I am unable to add funds to purchase advertising. I clicked on the big "+" add funds and it just takes me to the first step "company info" with no option to proceed. All of...
View ArticleBelow average eCPM value. Why is my eCPM so low?
I have a game running UnityAds from june 17 2015. Im using the rewarded video (no skip). The highest paying ad in the platform. UnityAds doesn't tells how much they pay you, but tells you that they...
View ArticleServer Callback Activation Request - Unacceptable Wait Time
Here is a caution to everyone planning to integrate Unity Ads with iOS. We've been waiting for Unity Ads to respond to our email/ ticket to activate the server to server callback for redeemed ads. They...
View ArticleUnity 5.2.0f3 Unity Ads on unsupported platforms error
I've just made an empty project, I've set it to standalone platform, I've set the services to enable Unity Ads and I press play in edit mode and I got this error: Code (CSharp): Error: Trying to get...
View ArticleUnityAds not showing Ad in iOs9 since the new 5.2 update. Android works...
Since i updated unity with the new integrated UnityAds, the ads won't show for iOs 9. The service initializes correctly and in fact the check for avaliable ads is returning true. But when i run ShowAds...
View ArticleUnity ads (everyplay) how i make money
Can some one explain me how does it work?? why i got 1.05$ with 107 impression and 25 completed and 0$ with 143 offers and 39 completed
View ArticleHow to get zoneID ? (Unity 5.2 ads)
i have two button earn 1gems, and earn 100coins, but just have only one function private void HandleShowResult(ShowResult result), so how to get zone ID ? in previous version i will if( zoneId == "...
View ArticleHad to take game down from play store
Code (CSharp): public IEnumerator LoadGame() { #if UNITY_IOS || UNITY_ANDROID if (AdVersion) { //showLoading.SetActive(true); while...
View ArticleCan not login in Unity ADS Using my Unity Developer Account
Since some hours ago I'm not able to login into Unity Ads Dashboard. I'm using my Unity Pro Developer Account to do login. What's the issue? ( Not able to login with Safari. It looks it works with...
View ArticleVR video ads
I have a VR app called Go Show ( goshow.info )that is a virtual movie theater. I would like to place ads on the screen. Would it be possible to set up a video ad off to the side and render to texture...
View ArticleUnityAds in Services window not really stable enough
It's getting pretty annoying now. Every so often when I go back to my project I get these errors. The imported type `UnityEngine.Advertisements.Advertisement' is defined multiple times The imported...
View ArticleError ITMS-90535 with Unity Ads in Unity 5.2.1f1
Hi all, We are trying to submit our game to Apple and are running into an error 90535 when pushing the app through the ApplicationLoader. The error us 'Unexpected CFBundleExecutable Key' in...
View ArticleUnity Ads is not support iOS9 right now?
I've tested my app on my iOS9 device but Unity Ads cannot initialize , it keeps return false state. So, I've moved to iOS 8.4 simulator and it works! Did i miss any SDK update? P.S. Built by Xcode 7.0...
View ArticleUnity Ads Reviews
Dear Unity users, Would you like to post your review about the new Unity Ads here
View Article[iOS/Android] UnityAds are broken. Please add method cacheAds.
There is only one initialization so when user does not quit app he will never receive ads, when initial ads are all watched. For example user returns to game after week (from multitasking) and ads...
View Articledifferent games on same account?
Hi guys. I have a game set up and running with unity ads. after 1 month i finally reached a decent ecpm (8$) using rewarded videos. now im planning on publishing my 2nd game. But this time with "normal...
View ArticleUnity Ads crashing iOS in 5.2 ?
Hello, Has anyone else experienced crashing in iOS builds when migrating from 5.1 / Asset package to the integrated Ads in 5.2? We've removed the old Unity Ads asset from our project and activated the...
View ArticleAndroidManifest with UnityAds
Hello guys, I can find only one androidmanifest.xml in my project, the one in Plugins/Android/unityads Do I need to change the line package = "com.unity3d.ads.android" to my custom package name ?
View ArticleGame ID?
I am using Unity 5.2 and am about to integrate Unity Ads. I have created a project in the Ads dashboard, linked that project using the Services window and enabled Ads. In the Advanced tab of the...
View ArticleCan Unity Ads do videos/interstitials?
I have tried the basic example code: Code (CSharp): if (Advertisement.IsReady()) { Advertisement.Show(); } Which shows me a fullscreen page saying Unity Ads is working fine. Can I also create a...
View Article