one project multiple games
Hi, if i made one project but use this one project to develop several separate app games, will this affect how the Unity ad service/system works? thanks
View ArticleI can see the test ads in the editor but I can't see them on the mobile
I can see the test ads in the editor but I can't see them on the mobile. I do not understand why. I have tried several things commented on the internet but none works for me. Code (CSharp): using...
View ArticleAre Unity banner ads available in the UK/EU?
it shows up in the editor that banner ads would be shown (albeit at the top of the screen not the bottom) but when I test my application on an android device reward videos show as they should but there...
View ArticleDo you turn on Ads under services?
I basically followed the idea of this guide to set up my ads, with the exception that I'm using Monetization instead of Advertisements because as I understand it Advertisements is deprecated...
View ArticleGDPR and opting out. Issues with opting out.
Hi everyone, I will soon complete one of my latest projects and I am trying to make it fully compliant with GDPR and COPPA. From the documentation I have read...
View ArticleUnity Ads and Android ANR
So I pretty much removed every single bug from my app, the last version had 0 crashes on 1000+ downloads. Now I'm looking at these ANRs that appear on Google Console, and I had only 1 for this latest...
View ArticleCould not show banner due to No fill for placement
Hi. I am just testing out unity-ads for the first time, using the code provided in the tutorial. Video ads work fine, in the editor as well as on my device. However, the banner ad dummy only shows up,...
View ArticleWhen filtering Ads, does this include banner ads?
My game is currently live on the Google Play store. I never filtered any ads or made any exceptions and the the game was accepted. Now that I'm trying to push am update out, they keep rejecting it "Due...
View ArticleTrying to
Hello there, I added Unity Ads to my project today via the Asset Store. (Before this I could build the Game to an iPhone with no problem at all.) The Game still runs fine in the Editor though when I...
View ArticleRewarded Videos and Zero Revenue
Hey, First of all let me start saying that I did notice a trend on the forum, with many others having similar questions to mine. I've seen a clarification saying that "at least 5000 views are required...
View ArticleRecognize the current state of the banner
how to find out the status of the banner. It is shown now or not.
View ArticleError ArgumentException in rewarded video
Hi, everyone! I'm trying to implement video and rewarded video in my game and getting error message: ArgumentException: An item with the same key has already been added. Key: video. First, I supposed...
View ArticleUnityAds for Unreal Engine/others
Hi! I'm using Unreal Engine for a project, as I've been using Unity for years I suggested using UnityAds for monetization. Not only for ease of use but for the amazing dashboard! Are there any plans...
View ArticleForum Reply Button Won't Work
I have this forum post: https://forum.unity.com/threads/oversized-unity-ads-banner.781049/#post-5213195 Where someone from the Unity team replied. I'm trying to reply to him for close to an hour now. I...
View ArticleTwo banner ads
Hi Is it possible to ad two banners on one screen. ? I tried void Start() { StartCoroutine(ShowBannerWhenReady()); StartCoroutine(ShowBannerWhenReady2()); } IEnumerator ShowBannerWhenReady() {...
View ArticleITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of...
Just submitted my app to TestFlight and got an email with the error: ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See...
View ArticleUnity Ads don't work properly on IOS 13 (beta)
Hello everyone, The unity Consent Ad cannot be seen on the screen (either it is not displayed or it is displayed outside of the screen) and the rest of the UI elements (whatever you have in the game)...
View ArticleFailed to pass configuration and invalid json string
Hi all I've got a problem with UnityAds in Unity 5.5 When I toggle unity ads in service tab immediately I receive 2 errors in play mode: Platform is set to Android and Enabled test mode is ticked 1....
View ArticleunityAdsBannerDidShow doesn't work in unityads 3.3
Delegate method unityAdsBannerDidShow doesn't work in unityads 3.3.0 (in 3.2.0 everything works fine) Probably the same issue with the following methods: unityAdsBannerDidHide() unityAdsBannerDidUnload()
View Article