Questions tagged as 'admob'

1
answer

AdMob changes the activity in android app

I would like to ask you the reason for my problem. I have many activities, 2 of them are: the main one and the activity of the game. I am using AdMob, it works well for me in other activities, the problem I have is that when I try to use it in a...
asked by 22.12.2015 / 01:02
1
answer

Load fast video rewarded AdMob and Android Studio?

I wish you could help me solve this problem that I have. I have a project in which I have the videos awarded by admob. Everything is fine, but I have a small inconvenience. When I start the application the video loads me, but it takes 20 seconds...
asked by 04.12.2016 / 21:53
2
answers

Intersitials Swift ads are not displayed

I am developing an application in Swift and after implementing Admob's Intersitials I can not get it displayed. This is my code, what can happen? class single_noticia: UIViewController, GADInterstitialDelegate { var interstitial: GADInterstit...
asked by 09.04.2016 / 16:07
1
answer

Do not load Interstitial admob in Swift

Good, what I want to do is that when a button is pressed, a view is displayed with advertising to be more accurate AdMob's Interstitial. I have a problem since the button is in a view and when I click it, this% fatal error: unexpectedly found ni...
asked by 06.02.2016 / 04:11
1
answer

How to create Banners with Admob?

My problem is that they do not appear or show the banner on the screen, now my code that is from the official website of admob does not work, the page is: this . The code is this: private void crear(){ SurfaceView gameView = new Su...
asked by 17.03.2017 / 18:20
1
answer

AdMob missin adSize on Android

I want to add an adMob ad banner to my app and it tells me that the adSize attribute was missin but it's all apparently correct: My XML code: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.androi...
asked by 01.02.2017 / 22:52
1
answer

Not shown in Fragment

I'm trying to show the interstitial on a fragment page but it does not play, this is the code I use: private InterstitialAd interstitial; public void displayInterstitial() { if (interstitial.isLoaded()) { interstitial.show();...
asked by 12.12.2016 / 14:47
1
answer

Problem when putting admob in android studio

I have created an application in android studio and it works fine but when you put the ad theme with admob it can not even be opened and it comes out all the time the application has stopped working. I have followed guides, tutorials, etc. I...
asked by 19.10.2018 / 11:43
1
answer

When adding banner the RecyclerView does not add a new position

Placing a banner in the recyclerView does not generate a new position for that element (banner) but instead "mounts" it or places it in the position of the elements practically eliminating the element that is in that position. I'm using kotli...
asked by 02.10.2018 / 22:49
0
answers

Problem loading admob ads

I have problems implementing rewarded ads in my app. I'm using admob for the ads and I followed all the steps indicated here: link link But when launching the application it tells me that the ad failed to load. I am doing something wro...
asked by 25.06.2018 / 01:11