Questions tagged as 'admob'

1
answer

How to create a transparent or colorless background in css?

What code in css to make the background transparent, or colorless? I'm creating a Native ad in Admob and I need the background to be transparent.     
asked by 25.09.2016 / 14:01
0
answers

Admob in the project [closed]

Hello! I'm a lay person, I'm still on the subject, I would like to know how do I do that every time the webview initialize call an interstitial admob ad. I can not do it using a button because my homepage is in html, so I do not know if this...
asked by 24.12.2018 / 17:38
0
answers

Merging Android Manifest.xml failed with AdMob [UNITY]

The error is present when I try to build in my Android game in Unity, it simply blames error and says that it was not possible to give Merge in the AndroidManifest.xml file. Error1    AndroidSDKToolsException: Unable to merge android manif...
asked by 29.04.2018 / 08:48
1
answer

Adding admob after a ListView in a RelativeLayout

Good Night! I'm trying to add an admob to the end of a ListView in a RelativeLayout and the banner does not appear at all! I already tried to manipulate the layout in several ways to see if the ListView was not covering the admob, but it did...
asked by 18.12.2017 / 04:02
0
answers

Admob not working in unity?

Imported the plugin as admob site , plugin link I used the following code to test using System; using UnityEngine; using GoogleMobileAds; using GoogleMobileAds.Api; public class GoogleMobileAdsDemoHandler : IInAppPurchaseHandler { p...
asked by 29.01.2016 / 16:12
0
answers

Use AdMob or similar for Windows Phone [Construct 2]?

I'm using Construct 2 to create games, after Unity has given trouble. I want to export mainly to the Microsoft platform (Windows and Windows Phone) however I am facing a problem when monetizing Windows Phone games, I used the PubCenter plugin fo...
asked by 07.12.2015 / 21:08
1
answer

how to do traffic control in the Admob Android app?

My account was blocked by invalid clicks, such as identifying this ip and doing something solving problem.     
asked by 08.06.2015 / 15:01
1
answer

Close ad when you click the close button

I would like to know how to close the adview of the layout if the user clicks the "X" of the ad. My ad code is below and I use it in the main activity_main layout: MobileAds.initialize(getApplicationContext(), getString(R.string.ID_AP...
asked by 10.11.2016 / 03:32
1
answer

ionic 3 - AdMob is experiencing an error while placing it in APP

When I put AdMob in my ionic application it looks like the picture below: What would be the mistake to not be showing ads? Code I use: displayBanner() { if (this.platform.is('cordova')) { const bannerConfig: AdMobFreeBannerConfig = {...
asked by 24.02.2018 / 14:18
1
answer

How to show interstitial ads after loading the home screen?

I need help, I'd like to display an interstitial ad after the initial screen load, but my code is giving the following crash:    java.lang.IllegalStateException: isLoaded must be called on the main UI thread. Here is my code: public cla...
asked by 22.01.2018 / 23:00