IOS game development using unity ads
I know I want to create a "Free-To-Play" IOS game with in app purchases, and I already have the base game idea in mind. When I begin development on this game, should I build Unity Ads and the in app...
View ArticleIs this abusing Unity Ads?
So I have made (and completed) an app that includes advertising using Unity Ads. Within this app, I have a menu you can go to to support the developer. Since I don't have a website to use for donations...
View ArticleChartboost interstitial ad hides behind the game when the game is minimized...
The Chartboost Ad gets hidden behind the game when I minimise and maximise the game by pressing on the home button of the ipad. I have implemented the Chartboost Interstitial ad in my game. When the...
View Articleunity ads only shows up to 8 ads in a row in my app
Hello, I have a problem with unity ads in my game. In my game I have a button that when clicked shows an ad and gives the user coins. For some reason the ads only work between 6-8 times in a row. And...
View Article[Help] Android manifest/permissions and ads
Please help, ive spent the last couple days with this problem, I can't get any ads to work in any of my projects, mainly admob integration but I've also tried unity ads which also dosnt work. No errors...
View ArticleSet layer for Admob Banner in screen?
I use Ultimate Mobile plugin to set Admob banner for my game. The banner is still appear but cann't clickable, Now i want to set layer for banner ? is it posible ?
View ArticleAdvertisement.Initialize issue
Hello, i am having the following behaviour: internet Off Application start Advertisement.Initialize(...); Internet On; if (!Advertisement.isInitialized)Advertisement.Initialize(...); <--this does...
View ArticleWhy is Unity Ads not showing an ad in unity 5.2?
I'm using Unity 5.2, and attached the following script to the main camera: using UnityEngine; using UnityEngine.Advertisements; using System.Collections; public class Ads : MonoBehaviour { // Use this...
View Articleproblim with amazon banner ad ?
hi: i done every thing fine but i am stuck in this line of code ` 1. // savedAdObject is an Ad object that you received back when you called CreateFloatingBannerAd. 2. //Call method, passing in...
View ArticleUnity Ads Initialize fail
In Unity Editor,unity ads initialize is success,but on mobile,unity ads initialize fail. I am confirm I have network connection,I can open browser or facebook or skype with my mobile. I also checked...
View ArticleScripting errors in Unity Ads Import
After importing Unity Ads from the asset store, I get three script errors that say the following: Assets/Standard Assets/UnityAds/Scripts/Advertisements/HTTP/RetryRequest.cs(43,19): error CS0117:...
View Articlestartapp 3.1 reward video integration
Hi everyone. I am stuck in integerating a working of reward video using startapp 3.1 I have integerated banner ads and interestial but reward video is now becoming a head. Simple to say, i have a...
View ArticleUnity ads are working in editor but not on android device
The ads are not appearing when called but in editor it works here is my code if anyone could help it would be much appreciated using UnityEngine; using System.Collections; using...
View ArticleFetching a Video Ad Before the Ads Scene is Loaded
Is it possible to start fetching a video before the scene with the advertisement is loaded? For example I show a rewarded video in the Store scene if the user clicks "show video for coin" button. I...
View ArticleProblem with unity ads website !
Hi, i want to use ads according to [mike geig´s video from lives trainings][1]. But I can´t see the same website as in video. First I open unityads website. ![alt text][2] I press sign up and I get...
View ArticleHow can I get the Interstitials to show
I am trying to show an interstitial ad in my game, but I can't figure out how to do it my script: using UnityEngine; using UnityEngine.Advertisements; using GoogleMobileAds.Api; public class ads :...
View ArticleHeyzap problem when application goes to background.
Hi!, I'm facing an issue with heyzap ads under iOS when the application enters in background and an interstitial add is showing (topmost modal) The problem happens when the app regains execution. The...
View ArticleUnity ads problem, videos played 0
So my app is in the playstore now and it works great, the unity ads advertisment does show up, however thats the only advertisement that shows up. However on my faq videos started, is still 0........
View ArticleUnity Ads manifest
Hi, I need to edit my Android Manifest as suggested by nikkolai to stop the navigation bar appearing on android devices when a full screen ad is being played. I'm using Android Native from Stans assets...
View Articlehi : how to disable test mode for amazon ads ?
i know it locks dum question but i want to make sure so i have to ways : public class MobileAdsTest : MonoBehaviour { IAmazonMobileAds mobileAds = AmazonMobileAdsImpl.Instance; ApplicationKey adsKey =...
View Article