interstitial Questions

5

I also tried using the ApplicationContext but it still leaks for some reason. Found a similar post about the issue here AdActivity leak on AdMob (SDK 7.0) for Android but without an answer. Also...
Rheingold asked 23/2, 2020 at 5:38

6

Solved

I use option menu button to go to second activity. When user click on that menu button interstitial Ad show after launching second activity. But I want to show interstitial Ad before launching sec...
Cosher asked 1/7, 2017 at 10:32

12

Solved

I am trying to load interstitial advertisements for my app. Whenever I try to load these ads I get a Error saying "No Ads Config" from Domain "com.google.android.gms.ads". Here ...
Rica asked 10/10, 2020 at 23:26

1

Solved

I have created a function to show interstitial ad before showing another activity. It's working but onAdDismissedFullScreenContent is being called 2-3 sec lately after closing the ad. It causes pre...
Blau asked 6/5, 2022 at 9:38

3

I try to integrate Interstitial ad in swiftUI, I create the UIViewControllerRepresentable class and the UIViewController. https://developers.google.com/admob/ios/interstitial#show_the_ad But I do...
Color asked 17/10, 2019 at 20:57

5

The following code show the banner ad at the bottom of the application and show interstitial ad when click. Interstitial ad is shown when the button is pressed. The problem is, when the app start a...
Salmonella asked 4/2, 2019 at 12:54

1

I implemented this android code to load and show an interstitial ad and after closing the ad it will open the target activity, but my problem is there's a 3 seconds delay between closing and openin...
Brasil asked 16/2, 2021 at 20:1

3

After updating Google Ads SDK to 19.7.0 gives a deprecated warning message for InterstitialAd, while I searched this link for resolving the issue but not succeed. how can I resolve it? Here my code...
Righthanded asked 25/1, 2021 at 7:45

1

Solved

In the google play console - I keep getting ANR caused by google Interstitial ads. the application probably freeze for 0.5 seconds or more. Broadcast of Intent { act=android.intent.action.SCREEN_ON...
Sundew asked 1/10, 2019 at 20:47

3

I am adding interstitial ads to my android app using AdMob. I am wondering if there is a way to prevent users from closing them via pressing the "back" button (so they'd have to press the "x" butto...
Ossian asked 29/10, 2014 at 22:21

7

Solved

I used to display AdMob banner on my future apps, and I'd like to give a try to the interstitial ads. I checked the AdMob SDK for implementation, and I copied their example source because it was e...
Crumpton asked 31/12, 2013 at 9:11

0

Is it possible to skip the following interstitial page when using Firebase Email Link Auth (passwordless)? Currently this page is shown regardless of whether the app is installed or not. I'd prefer...
Pendent asked 25/5, 2020 at 15:32

5

Solved

Is this code correct to implement an interstitial ad? Because when I launch it I get this, <Google> Cannot present interstitial. It is not ready.
Klara asked 16/4, 2014 at 2:21

4

Solved

I want to make sure that interstitial ads on Android, using the Android AdMob SDK, can be closed. After some research, it seems to me that this is not possible due to the ad being a separate activi...
Excitant asked 3/3, 2014 at 11:42

5

Solved

I need some help regarding AdMob interstitial ad. I want to preload the interstitial ad in one activity. this is straight forward. // Create an ad. interstitialAd = new InterstitialAd(this); in...
Baba asked 10/11, 2014 at 20:2

2

I had 3 ad type in my application. rewarded ad with the most impressions but somehow even banners earn more than rewarded ads. Rewarded ads impressions 3 times more than interstitial but same earni...

1

I am playing video with ExoPlayer and showing Google AdMob interstitial ad. After ad has been gone there was trouble to play video and show error like: Playback error.com.google.android.exoplayer...
Thermometer asked 8/5, 2019 at 8:47

1

Since running the iOS 13 beta I am having issues with my app displaying the interstitial view controller being displayed modally, therefore allowing the user to swipe down to dismiss the ad before ...
Throb asked 18/7, 2019 at 22:54

2

I set two impressions per minute per user but it doesn't work. Ads keep showing every time. [IMAGE] https://i.imgsafe.org/95d5e259bf.png on AdMob site they say: A change to frequency capping, such...
Seclude asked 26/11, 2016 at 10:2

1

Solved

Im in Swift and every-time I call them the delegate func didFailWithError gets called. Im using the same code I use for the facebook intersitial ads in all my apps and it works perfectly except for...
Promotion asked 15/4, 2017 at 0:59

2

Solved

If found that the users which use old devices (2.3.6) send me this uncatched exception: java.lang.NoClassDefFoundError: ayc at ajb.a(:com.google.android.gms.DynamiteModulesA:20) at po.a(:com.googl...
Greenhaw asked 15/5, 2016 at 8:45

3

I am using Swift to implement interstitial ads into my app. I have managed to get it to show interstitial adverts, but there is no close 'X' button to get rid of the advert. Why is this?
Bahia asked 17/9, 2014 at 16:57

1

I have a problem with interstitial ads from Apple. I'm doing my first app in swift, which I want to put on App store, as soon as it will be possible. But when I rewrite code for interstitial ads fr...
Alcalde asked 13/8, 2014 at 11:48

1

From my Admob, I have setup the mediation for Flurry and Vungle. When I request an Ad I am always getting the error as provided in the Logcat. Could not instantiate mediation adapter: com.google.a...
Chatelaine asked 28/1, 2016 at 15:2

2

Solved

After user William suggest me to change my code for showing interstitial ad to this @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); this.setReque...
Tabular asked 13/2, 2015 at 14:28

© 2022 - 2025 — McMap. All rights reserved.