Questions tagged as 'admob'

2
answers

Control video volume in Banner Interstitial AdMob

I am using in my admob interstitials banners app. There are complaints from users that the volume of videos displayed on this type of banner (usually videos are about games) are high. Of course I know the volume of the videos is the same as the...
asked by 13.07.2017 / 16:52
1
answer

Admob - ads in videos

People, so thinking about creating an app whose monetization form is the video ads that the user watches to gain something in the app, knows the rewards videos type Angry Birds, in fact, I'm thinking about some items where for the user to win he...
asked by 04.03.2017 / 16:48
1
answer

Make the button visible in a certain time

Hello, I'm trying to get the " X " button to close the ad after 15 seconds. I do not know the correct function for this anymore I did based on the time admob interstitial ads appear. See my code: MobileAds.initialize(getApplication...
asked by 12.11.2016 / 02:50
1
answer

AdMob for Desktop Similar?

Is there? I want to make a free program but would like to have an ad in specific places of it. And charge the license to remove this, as it works in apps today. Unfortunately Google (as far as I've found it) does not allow it to use its sy...
asked by 13.12.2018 / 21:53
0
answers

button for admob interstitial_ad_unit_id

Personal I'm pretty laid back in the case, and I'd like to know how I can do when someone clicks on an initial menu button to pop up an interstitial_ad_unit_id announcement. I tried to use this form but it did not work.      createInterstitia...
asked by 23.12.2018 / 16:23
0
answers

Accessing buttons of a Dialog Box in the context of Activity

I'm trying to implement the award-winning AdMob video in my app that consists of a game. When the player loses, a Dialog Box that represents a Game Over screen is displayed for him, containing two buttons: one that restarts the game and another...
asked by 29.11.2018 / 01:18
1
answer

AdMob - Banner does not appear in my app

Good morning, I'm trying to include a banner in an app via AdMob by following the instructions at link The problem starts when I try to insert the line below into the dependencies of my gradle. The application gives error and for executi...
asked by 25.10.2018 / 16:15
0
answers

Continue using Eclipse with Admob

Hello, I used Eclipse to program to android, but the ADMOB ads stopped working, and they were only working if I created the application using android studio, it has the ads continue to work in my app being created in the eclipse?     
asked by 05.09.2018 / 02:55
0
answers

Create version with AdMob and version without AdMob

I'm finalizing my Apk and I want to enable AdMob to receive money from the ads, but I want to put a "No Ads" option where the user pays to remove the advertisement (temporarily or permanently). I'm always learning how to set up AdMob, but I can...
asked by 31.08.2018 / 00:54
0
answers

How do I verify that the user has completed the video in 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 Text coins;...
asked by 25.07.2018 / 15:35