Skip to main content

All Questions

1 vote
0 answers
59 views

Flutter google_mobile_ads back button closes interstitial ads

I am using google_mobile_ads package for displaying interstitial ads. On Android user can press back button and close ad without waiting some time. iOS interstitial ads have some earnings but Android ...
Ebubekir Alp Elvan's user avatar
2 votes
1 answer
1k views

Flutter Load Ad Error in using google_mobile_ads package

I am getting an error like Load Ad Error when using the google_mobile_ads package in Flutter . The complete error I got is: LoadAdError(code: 1, domain: com.google.android.gms.ads, message: Error ...
D19-stack's user avatar
1 vote
1 answer
726 views

Unity Rewarded Interstitial with Google Mobile Ads v6.0.2 - code from tutorial doesn't work

I am trying to add an ad to my game in Unity, but unfortunately using the example in the official google guide (developers.google.com/admob/unity/rewarded-interstitial), I get an error. Can anybody ...
Michał's user avatar
  • 35
1 vote
1 answer
740 views

Getting An Interstitial Ad Error When Ad Not Ready - Swift

I currently have an interstitial ad running for my viewcontroller. The issue is that when the ad is not ready, my app crashes with the error. If someone could help me with the following problems, I ...
neofliesgtt's user avatar
2 votes
0 answers
228 views

Google Mobile Ads v8 - How do you determine which interstitial ad was dismissed?

I have recently upgraded to Google Mobile Ads v8. In my App, I have two Interstitial ads in the same ViewController that get displayed at unique interactions. Because of this, I need to be able to ...
Joe's user avatar
  • 3,931
1 vote
2 answers
2k views

SwiftUI: Admob Interstitial Ad is not being presented on rootViewController

CODED IN SWIFTUI I have implemented a settings page within my SwiftUI app that is presented upon clicking the button within the view. This view is wrapped within a sheet. You can see the code below: ...
user avatar