Most voted "admob" questions
It consists of ads from adMob Google company that monetizes applications when placing them.
Learn more…46 questions
Sort by count of
-
5
votes1
answer521
viewsShow ads admob interstitial (full page) after game over
I’ve already imported all the Admob files into my project and it’s all working, but I’d like to know how to get interstitial ads to show up when the WinPanel and the LosePanel stay active. Here is…
-
5
votes2
answers17946
viewsHow to delete apk posted on Googleplay
Hello, I developed a game in Gamemaker and published in Google Play in the category "For the whole family" but this fact caused the Admob advertisement to stop appearing in the game. There was no…
-
4
votes1
answer221
viewsIonic with admob-free advertising displays only "Nice Job"
I created an application with Ionic version: 3.20.1 and set up with admobfree: cordova plugin add cordova-plugin-admob-free --save --variable ADMOB_APP_ID="ca-app-pub-XXXXXXXXXXXXXXXX/XXXXXXXXXX"…
-
3
votes2
answers993
viewsWhat alternative website to Admob for the Android app?
Good search alternative site Admob to place advertising in apps Android, I’d like you to nominate the best.
-
3
votes1
answer120
viewsHow do you put Admob ads on Genexus?
I’m trying to put ads on my app made and Genexus using Admob, followed the tutorial, but ads do not appear in the app. Someone has already done this?…
-
3
votes0
answers1050
viewsDevice gives error and then restarts after trying to uninstall application
I’m having a bug with the application I created, the code is compiling normal and without any error or Warning, and the application is also working on mobile, but when I try to uninstall this…
-
3
votes2
answers282
viewsLike timing an Interstitial ad?
How to Time an Interstitial Ad? Example:. @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); interstitialAd = new InterstitialAd(Main.this);…
-
3
votes1
answer328
viewsHow do Admob banner fill full width?
Hello zeroes padding of XML and put wrap_content, but the banner of AdMob does not fill all width is spaces as solve? Code: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout…
-
3
votes2
answers216
viewsUse of Google Admob
I am using google admob to place ads in my app, but I have some questions I can use the same ad block (id) for multiple Activity (each with a block)? How do I make the ad the first thing to load?…
-
2
votes1
answer88
viewsPosition button on top of ad
Hello, I would like to know how to put a close ad button in the corner of the screen, on top of the ad. I even tried here more takes space from the webview above and is not transparent the part, for…
-
2
votes1
answer107
viewsError configuring Admob in React Native
I have to add some lines of code in the /Android folder in my React Native project to use Admob when I start my project react-native run-android he arrives at this part and the error occurs =>…
-
1
votes1
answer123
viewsHow do traffic control on Admob’s Android app?
My account has been blocked by invalid click, how to identify this ip and do something resolve problem.
-
1
votes0
answers101
viewsUse Admob or similar for Windows Phone [Construct 2]?
I’m using Construct 2 to create games, after Unity gave problem. I want to export mainly to the Microsoft platform (Windows and Windows Phone) but I’m facing a problem when monetizing Windows Phone…
-
1
votes0
answers296
viewsIsn’t Admob running at Unity?
I imported the plugin as per admob’s website , plugin link I used the following code for testing using System; using UnityEngine; using GoogleMobileAds; using GoogleMobileAds.Api; public class…
-
1
votes1
answer1241
viewsHow to create a transparent or colorless css background?
What is the code in css to make the background transparent, or colorless? I’m creating a Native ad on Admob and I need the background to be transparent.
-
1
votes1
answer1022
viewsIs it mandatory to publish the app in an official store to use Admob?
I’m finishing an app that features banners coming from Admob. It wasn’t clear (to me) if the app has to be distributed in an official store (Google Play or Apple App Store), or if I can distribute…
-
1
votes0
answers71
viewsClose an Activity and start another (Intersticial admob)
I have an Interstitial admob on an Activity and when I press a button I put the following lines of code: botaoid.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v)…
-
1
votes0
answers25
viewsAdmob on the project
hello personal I am lay in the subject yet, I would like to know how do I make sure that every time the webview initializes call an interstitial admob ad. I can’t do it using a button because my…
-
1
votes0
answers507
viewsAdmob does not work
I am beginner, created an Activity from android studio, so using the id test everything works normal. when I enter my admob id advertisements do not appear, I have already built the signed apk and…
-
1
votes2
answers3825
viewsAdmob No ads appear
I did everything right: I linked the app with firebase, only when running the ad area turns white. Now, if I use Unit id tests it works normally Mainactivity code AdView mAdView = (AdView)…
-
1
votes1
answer67
viewsAdd admob after a Listview in a Relativelayout
Goodnight! I’m trying to add an admob to the end of a Listview in a Relativelayout and the banner doesn’t appear at all! I’ve tried several different ways in the layout to see if Listview wasn’t…
-
1
votes0
answers109
viewsFailed to Merge Android Manifest.xml with Admob [UNITY]
The error is present when I try to build my Android game in Unity, it simply accuses error and says that it was not possible to merge the Androidmanifest.xml file.. Erro1 Androidsdktoolsexception:…
-
1
votes1
answer82
viewsHow to call an Interstitial by clicking on a list item that passes through an Adapter?
I need to call a Interstitial in this Activity by clicking on a list item that comes from my Adapter: public class ListOfTemplates extends AppCompatActivity { private Template template; private…
-
1
votes1
answer1006
viewsAdmob - Banner does not appear in my app
Good morning, I am trying to include a banner in an app via Admob following what: https://developers.google.com/admob/android/quick-start?hl=pt-BR#import_the_mobile_ads_sdk The problem starts when I…
-
1
votes0
answers38
viewsInterstitial ad with delayed loading
I’m trying to implement an interstitial ad, and I would like it to be loaded before, in the app it’s happening to load along with the action which causes delay and makes the ad appear well after. I…
-
0
votes1
answer124
viewsadMob interstitial delay
I have a problem with delay in some interstitial ads adMob, which can cause undue clicks, until these days it was all right, but I don’t know why from one hour to the next started with this. My code…
-
0
votes1
answer158
viewsCapture the URL through Admob code
I want to record the url of the component BannerAd after Load, I realize that the component becomes url to the device’s default browser. The code is as follows: unit Unit1; interface uses…
-
0
votes0
answers120
viewsImplement interstitial ads in the App
Can anyone explain to me in a brief tutorial on how to implement, interstitial Admob ads in my app which is a simple browser. The problem is that it keeps giving wrong classes, as I have no…
-
0
votes2
answers74
viewsControl video volume in Banner Interstitial Admob
I am using in my app interstitial banners admob. There are complaints from users that the volume of videos displayed in this type of banner (usually videos are about games) are high. Logically I…
-
0
votes2
answers62
viewsSimilar to Admob for Desktop?
Is there? I want to do a free program but I would like to have ad in specific locations of it. And charge the license to be able to remove this, as it works in apps today. Unfortunately Google (as…
-
0
votes1
answer70
viewsAdmob banner on Ionic no longer appears when I place the Id generated by the site
The adMob banner on Ionic when the 'id' is empty is working, but when I put the 'id' provided on the adMob site it no longer appears, someone could help me in this problem? const…
-
0
votes1
answer182
viewsClose ad by clicking close button
I would like to know how to close the layout adview if the user clicks on the ad "X". My ad code is the below and use in the main layout activity_main: MobileAds.initialize(getApplicationContext(),…
-
0
votes1
answer422
viewsMake the button visible at a given time
Hi, I’m trying to get that button "X" close the ad appear after 15 seconds. I don’t know the correct function for this but I did it on the basis of appearing interstitial ads from admob. See my…
-
0
votes1
answer438
viewsAdmob - advertising videos
Guys, I’m thinking about creating an app whose monetization form is those ads in videos that the user watches to win something in the app, know the videos Rewards like the Angry Birds, actually, I’m…
-
0
votes1
answer77
viewsDo I need to add all ads to the.xml string?
I already know that I should create a block for every actvity of my application that I want to display ads, but I don’t know how do I modify the string.xml (if any) after the first ad block has been…
-
0
votes1
answer115
viewsIonic 3 - Admob has Error when placing it in APP
When I put Admob in my Ionic application it looks like the picture below: What would be the mistake to n be showing the ads ?? Code I use: displayBanner() { if (this.platform.is('cordova')) { const…
-
0
votes0
answers11
viewsUsing Mobileads.initialize in onCreateView
Hi I’m developing an app and I wish to advertise on it, only I’m having a question that’s starting to become a concern, My app has a navigation bar and I use fragments instead of activitys and every…
-
0
votes1
answer302
viewsHow to show interstitial ads after loading the home screen?
I need help, I would like to display an interstitial ad after the home screen loads, but my code is giving the following failure: java.lang.Illegalstateexception: isLoaded must be called on the main…
-
0
votes0
answers128
viewsAdvertisement Admob appears only once
Hello, can someone help me with this problem? When I run my app on the emulator, the ad appears normally at all times, but when I run it on my mobile the ad appeared only once and did not appear…
-
0
votes0
answers42
viewsHow to verify that the user has completed the video on Admob for Unity?
Code: using UnityEngine; using System.Collections; using System.Collections.Generic; using GoogleMobileAds.Api; using UnityEngine.UI; public class AdmobScript : MonoBehaviour { int CoinOld; public…
-
0
votes2
answers366
viewsMy real ads do not appear in my app, only the test ads
Good afternoon, I’m making an app and I’m setting up the ads part using google admob, but when I put my ad ID does not appear in my app, it appears only with the test ID. I’m using an emulator to…
-
0
votes0
answers74
views@React-Native-firebase/admob does not work
I am trying to insert ads into my code in React Native via the @React-Native-firebase/admob library. I took the whole step by step of the Admob platform to create my account and create my first…
-
0
votes0
answers33
viewsConflict between firebase and Goole ads
I’m on a project that uses firebase and google ads. When I add the google ads dependency on pubspec.yaml I get the following error while compiling: Launching lib main.Dart on LM X525 in debug…
-
-1
votes1
answer319
viewsOnly test ads work on Admob
I tried to add Admob to Ionic 4 with several web tutorials, but none are solving the error where only test ads are appearing when I put TRUE to isTesting. When I place FALSE and add the ad ID, it…
-
-1
votes1
answer202
viewsADMOB free Advertising award-winning video does not work
I have a problem with showing ads like video admob free, I have other types of advertising and it works 100%. I know you have some more current versions of admob free, but I would like to resolve it…
-
-1
votes1
answer51
viewsBanner Admob with display problems
I developed an Android app in Java and added a banner on it to display ads. In test mode it is displayed, but when I put the Admob banner code it does not display the banner on the screen, but the…