How to reward player when rewarded ad finishes admob
I am trying to add rewarded ads (legacy api) in my game. I copied and edited the code from google developers admob page. But I am having trouble when adding reward event when I copied this part from...
View ArticleHow to reward player when rewarded ad finishes admob
I am trying to add rewarded ads (legacy api) in my game. I copied and edited the code from google developers admob page. But I am having trouble when adding reward event when I copied this part from...
View ArticleHow to test a Unity app with Google AdMob on a test device?
I have AdMob displaying the demo images for banner ads within the Unity Game Engine Editor fine, but when I side load the app onto my phone nothing is being displayed... How do I test ads on my test...
View ArticleAdmob setup
Hi guys! I'm new to programming and I'm suffering cause I can't set up AdMob but I followed every step and I don't know what's wrong with this. I have a script but in the game it doesn't show any ads....
View Articleadmob legacy api can load multiple video ads but new api doesn't ?
when i implemented admob video ads with the new api the videos could load only once , but when i tried legacy api it loaded several videos which is ideal for me , so is it totally okay for me to use...
View ArticleAdMob Custom Banner Size
Hey guys, I've recently finished my first Unity game and I am currently in the process of implementing ads using AdMob. I was wondering if it is possible to change the size of the banner ads to...
View ArticleHow to fix this problem with xcode?
GADUAdLoader.h; error: expected a type - (void)loadRequest:(GADRequest *)request; -> error: Expected a type
View ArticleWhy don't my ads appear on my phone while in unity it does?,Why don't I get...
I have tried everything and my test ads do not appear on my phone when I install the test project. I don't know what else to try
View ArticleProblem playing AdMob
I'm encountered this issue while playing an AdMob ad banner. The banner ad runs only in the game editing mode in the Unity editor. But when the game is compiled and running on the phone, there is no ad...
View ArticleI would like to move the banner ad location of Unity AdMob to the location I...
Please understand that I do not speak English so I use a translator. I am developing a mobile game. Currently, we have progressed to some extent, and we are trying to put an advertisement using admob....
View ArticleHow can I show my own game custom rewarded ad in other games?,how can I show...
I want to show my own game ad in other games, and in my own other projects, It's in unity rewarded section I think, but doesn't have a clear clue?,Hello, Actually I wanted to show my other apps/games...
View ArticleAdmob Ad Not Appearing On Only One Device
hello everyone, i made a game from unity and published it on google play. Admob ads work in the emulator, on devices I try, but the ads do not appear even if they are loaded on a device. Has anyone...
View ArticleAdmob ads not showing on iOS devices
Hey guys, I recently published my first game for Android and iOS but I've been having issues with getting ads to display on iOS. Before releasing the game the test ads were always working perfectly and...
View ArticleIntersititial ads stops the game
Hi everyone. I want to show intersititial google ads on my game. I wrote the code and I played the game. when I came the section where the ads should show the ads. The game stops. when I looked the...
View ArticleXcode build error
unknown type name 'gadnativecustomtemplatead'; did you mean 'gadunativecustomtemplatead'? google mobile ads problem: I am getting an error while building with Xcode. I tried many different things but...
View ArticleBanner AdMob is not showing on Android
Hello, I've imported AdMob package for Unity and followed the instructions in this link. Also I've created Google AdMob account and currently activated and registered my Android device as a test...
View ArticleAdmob: Change test ads to real ads
Hello guys, I have this script in my game: BannerView bannerAd; private void Start() { MobileAds.Initialize(InitializationStatus => { }); this.RequestBanner(); } void RequestBanner() { string...
View ArticleHow to move the UI down when an ad banner appears
Please help me solve the problem with the banner ad from Google AdMob for Android. It is necessary that when the banner is displayed at the top of the screen (if it is loaded), the UI elements move...
View ArticleAdMob banner problem with navigation bar.
Hi. I am totally newbie. I have the banner in my first app and some scenes. Also i have Screen.fullScreen = false and in Project settings i have "Start in fullscreen mode" to off. When i am moving...
View ArticleHow to disable test mode AdMob,How to disable AdMob test mode?
I put my real admob but still show test ad, how to disable test mode,I put real admob on unity script but I still see the test admob, how to disable test mode, please
View Article