UnityAds doesn't work!
Hi guys I'm using this script: `using UnityEngine; using System.Collections; using UnityEngine.Advertisements; public class Ads : MonoBehaviour { void Start() { Advertisement.Initialize("33675", true);...
View ArticleEnabling Advertisements from service panel causes build error
Alright so when I build my game without enabling ads from the services panel, my game builds fine, I get no errors. However when I able ads from the services panel and build the game again unity gives...
View ArticleUnity Ads not working when moved to production
I've created a small game with unity ads integrated to it. When I was on Alpha stage (in Goggle Play) the ads were on test mode and everything worked great, in Unity Editor it showed the ad placeholder...
View Articlei use unity ads and unity ipa sdk and i can't build apk now
i used unity ads in the services part and the unity ipa sdks so i finished coding and play it in unity an it is all right , but i cannot build it in android now , the system logs build gradle failed...
View ArticleAbout the expected revenue with ads
Hello, I created a game in the lineage of Go (https://play.google.com/store/apps/details?id=uk.co.aifactory.gofree) and I need to make a business plan to developp it. Before, I need to know how much I...
View ArticleAdMob awarded ad not showing.
I am doing some simple app with two buttons... first button is sending request for Awarded (test) ad and then second shows the ad. Here is my code: using GoogleMobileAds.Api; using UnityEngine; using...
View ArticleUnity ads dashboard integration required message
Hi, I have created and published a game on Google play store. Reward ads are integrated and working fine in my game. But when I go to Unity ads dashboard I get "Unity Ads Integration Required" message...
View Article(Unity Ads) The referenced script on this Behaviour (Game Object 'Button') is...
I followed the steps to activate ADS and implement the Button and Script with the name of "Adsbutton" to show an ad. But I get this error. ![alt text][1] ![alt text][2] When I press the button. does...
View ArticleWhy does android app crash when calling Heyzap
I have integrated Heyzap in my android app along with several 3rd party SDKs. However, when my app crashes when calling heyzap. When checking heyzap mediation suite, some sdks have everything checked...
View ArticleAdmob Native Advanced Is not clickable
Hi everyone! Anyone used native advanced ads? The problem in native advanced which we faced in implementation is, it is mainCamera tag dependent. Quad is used to show banner ad icon. With 2 Texts. 1...
View ArticleHow to test promo iap on android device?
it run well on editor. but when i build to android it isn't show IAP promo. The method Advertisement.IsReady("testIAPPromo") alway return false.
View ArticleMultiple Ad mediators in Unity Analytics
Unity analytics' Data Explorer shows me the ad revenue. This only counts Unity ads revenue but I use Heyzap ad mediation so that's only a fraction of overall revenue. How can I integrate Heyzap ad...
View ArticleI got an error message after switching to the new ad ID in Unity.
Hello there. Two of my games had the same advertising ID. I wanted to do something to give a new advertising ID to the 2nd game. For this I created a new ad structure called "Toy Matching". I opened...
View ArticleHow do I reward the players with coins after they watch a Admob rewarded video?
Ok, I am using the same script that everyone is using, by that I mean the script given by google. I already created an AdMob rewardedVideo Unit and the type is "coins" and the amount is 300 I have not...
View ArticleUnable to convert classes into dex format
Hello. I'm having a problem when i try to building the game. I was looking for information - most likely it is a conflict between two plugins **Google ADMobd and Chartboost**. The solution, as I...
View ArticleNo ads appearing in game
So this is my first time putting ads in one of my games so I don't know if the problem is me or something else. I have watched/read a lot of different things on how to put ads in your game but no...
View ArticleHeyZap doesnt show any Ad on running APK
I'd integrated the HeyZap and build it for android, and then when I try to show a incentivized video, doesn't happen anything. In the editor doesn't show any error, its says: Call received to fetch an...
View ArticleHow to Get user's ISO 3166-1 alpha-2 country code on device android/ios? For...
Hi, any idea on how to get user's ISO 3166-1 alpha-2 country code on device android/ios? It is needed to request consent for gdpr, google hasn't yet released the Unity Admob plugin gdpr consent Eu...
View ArticleHow do I limit video ads?
Hello all, More specifically I want to know how I can limit video ads for my "Ad Free" users. I have 2 modes for the game, the free version in which people engage in video ads that give them a certain...
View ArticleNo ads appearing in ios app
So I made a game and when I run it in unity it shows the ad screen. When I build the game and run it on my iPhone it does not show any ads. Does anyone know why this is?
View Article