Skip to main content
Filter by
Sorted by
Tagged with
Advice
2 votes
0 replies
54 views

I’m having an issue with my DAU (Daily Active Users) numbers. I have two Android apps on Google Play, and the Google Play Console shows the following: App 1: ~20,000 DAU App 2: ~11,000 DAU Total: ~...
franklyn omeben's user avatar
0 votes
0 answers
39 views

I have a react native app on IOS where I am trying to configure adMob with react-native-google-mobile-sdk package. I have followed this steps to configure adMob. But still getting [googleMobileAds/no-...
Tapu Das's user avatar
  • 421
0 votes
0 answers
41 views

I’m working on an iOS app where AdMob banner ads were previously working fine. Suddenly, the ads stopped loading without any code changes on my side. At first, I started getting this error: Error ...
Sikandar Shahzad's user avatar
-3 votes
0 answers
39 views

One of our Google Play accounts was not verified for a while so yearlier this year Google. removed its apps from the Store. We verified it and last week we uploaded a new version with an AdMob ...
WWJD's user avatar
  • 1,118
0 votes
2 answers
94 views

I've put in a github issue but just wanted to check with the community that this sounds right to everyone else. Logically when creating and "ad" and an "adwidget" in flutter they ...
Jesse Hayward's user avatar
0 votes
1 answer
54 views

I am trying to build XCUITest for AdMob banner but some how it does not detect the banner, i suspect that maybe .safeAreaInset is causing the problem, because it does not detect it neither in ...
virtu's user avatar
  • 97
1 vote
1 answer
86 views

I have a project where i have implemented google admob + mediation. I am facing an issue where user is able to closae the ad by back press or use the back button/gesture to go back to previous screen ...
Haseeb Hassan Asif's user avatar
4 votes
0 answers
102 views

I’m using Flutter and I want to know whether my app was installed via a Google Ads (UAC) / AdMob app install ad. For Facebook Ads and Unity Ads, I already detect installs successfully by checking ...
Snehil Tejani's user avatar
0 votes
1 answer
122 views

I'm working on a Cordova app that targets Android 14 (API 35). I have cordova-plugin-admobpro, but ads are not showing on my emulator (Pixel 9a, API 36). This was working well before the updates to my ...
everythingEquals42's user avatar
0 votes
0 answers
47 views

I’m trying to integrate AdMob in my app using the official test ad unit IDs. However, no banner is displayed. In the logs I see the following error: Error while connecting to ad server: java.security....
Luca Santaniello's user avatar
0 votes
0 answers
45 views

https://www.npmjs.com/package/@capacitor-community/admob#resumebanner None of the description explain which counts as an impression that contributes to revenue. The ad type is interstitial. The plugin ...
Bear Bile Farming is Torture's user avatar
0 votes
0 answers
32 views

In Google Admob get started page they are suggesting to update info.plist file with GADApplicationIdentifier and SKAdNetworkItems keys: Google Admob update info.plist. However, I can't find info.plist ...
user30756127's user avatar
1 vote
1 answer
73 views

I’m facing an issue with AdMob app open and interstitial ads on Android when using gesture navigation with Predictive Back (Android 13+). When an ad is displayed using a real AdMob ad unit ID, users ...
Nithin.P Molethu's user avatar
0 votes
0 answers
78 views

This is my first time implementing google admob ads and i have some problems with displaying banner ads in my scrollview. I can get testAds to work the way intended but I suspect that I have ...
Adrian2047's user avatar
1 vote
1 answer
97 views

I am trying to build my Unity mobile game to Android. And when building the gameI got this error: Execution failed for task ':launcher:mapReleaseSourceSetPaths'. Could not resolve all files for ...
Matias Scribe's user avatar
0 votes
1 answer
97 views

I am trying to load Admob ads (banner & interstitial) in my android apps Oogirde Malal & Quiz Fouta. But they are not showing. I am unable to understand the problem. If I use Google Test Unit ...
Elhadj's user avatar
  • 1
4 votes
2 answers
986 views

I'm using this to show ads: MobileAds.initialize(this) { } val adViewBottom = AdView(this) adViewBottom.setAdSize(AdSize.BANNER) if(BuildConfig.DEBUG) { Log.d("pikaboo", "debugggg ...
TheGreatCornholio's user avatar
0 votes
0 answers
83 views

I'm integrating AdMob Rewarded Ads in my Unity game Bubble Shooter Infinity (https://play.google.com/store/apps/details?id=com.KidsCare.BubbleShooter). Although the app status shows "Ready", ...
Vignesh's user avatar
  • 644
0 votes
0 answers
75 views

Background I have a few apps that use Admob mediation, to show ads from various ad-networks. Recently I've succeeded registration of Facebook/Meta for this matter: https://developers.google.com/admob/...
android developer's user avatar
1 vote
0 answers
86 views

I'm using the google_mobile_ads Flutter plugin to load native ads in my app. I'm leveraging the NativeAd widget with the NativeTemplateStyle like so: void loadAd(int index) { nativeAd = NativeAd( ...
user8's user avatar
  • 339
0 votes
0 answers
30 views

Google AdMob's documentation recommends loading AppOpen ads from the Application class instead of an Activity, presumably to show ads as soon as the app starts. However, this clashes with the ...
Temüjin's user avatar
  • 15.6k
0 votes
0 answers
94 views

I'm integrating Google AdMob + UMP SDK into my Android app to handle GDPR and U.S. state-level privacy requirements (California/CCPA, Virginia, etc.). My implementation is based on Google’s official ...
Shayegan's user avatar
0 votes
0 answers
55 views

On Android 13+, the first ad load throws a No Fill error in onAdFailedToLoad() even with test ad IDs, subsequent loads are fine. AD_ID added to Manifest <uses-permission android:name="com....
Binary's user avatar
  • 431
0 votes
0 answers
18 views

l need your help in integrating admob in QtQuick 6.8.2 for an Android app. Can you please tell me exactly which files are needed and what to write in those files. Thanks in advance
Kevy Mash's user avatar
0 votes
1 answer
79 views

I am following the google codelab for adding native ads in flutter for android and ios. For android it is working properly. But when I run the iOS app, it gives me error that the "NativeAdFactory&...
Ali Yar Khan's user avatar
  • 1,354
0 votes
0 answers
22 views

I'm working on a React Native app using react-native-google-mobile-ads and trying to show a RewardedInterstitialAd before allowing the user to download an image. The first ad shows and works perfectly....
Aakash Maurya's user avatar
0 votes
1 answer
68 views

What I want to make https://developers.google.com/admob/flutter/native/platforms?hl=en#ios Issue The following error message is displayed. Other ads (Banner etc) were displayed without problems. Error ...
cat coder's user avatar
0 votes
1 answer
92 views

I'm getting the following error when trying to load an interstitial ad through admob in my iOS app. I'm thinking I have something configured wrong, but I'm not really sure what the error message means ...
Jake's user avatar
  • 13.9k
0 votes
0 answers
54 views

I'm integrating AdMob into my Flutter app using the google_mobile_ads plugin. Rewarded ads work fine, but my native ad is not loading. I've verified that the ad unit IDs are correct and that the ...
newuser147's user avatar
1 vote
1 answer
65 views

Some of my mediated networks get requested often by AdMob but don't generate a single valid impressions. All code is up-to-date and adapter versions too. Unity, IronSource, InMobi get thousands of ...
S. Gissel's user avatar
  • 2,761
0 votes
0 answers
23 views

I like to use AdMob's ad inspector on my real Android device and receive test ads. But I feel completely unable to get a real device registered as a test device. Using AdMob and mediation for a while ...
S. Gissel's user avatar
  • 2,761
0 votes
0 answers
42 views

I am using google_mobile_ads: ^5.3.1 in my Flutter app to display rewarded ads. The ads load and show correctly, but after closing the ad, the app screen turns black and becomes unresponsive. This ...
Tom van den Bogaart's user avatar
0 votes
1 answer
29 views

I would like to replace Google's UMP with a 3rd party CMP but I can't really find any documentation on how you can do that. Has anyone done that? How can you communicate the consent from your 3rd ...
Adam Ivancza's user avatar
  • 2,528
0 votes
1 answer
54 views

struct BottomBannerView : View { @State var isLoaded: Bool = true var body : some View{ AdViewBottom(isLoaded: self.$isLoaded) .frame(width: 320, height: isLoaded ...
TheGreatCornholio's user avatar
0 votes
0 answers
131 views

I'm building a React Native app using Expo with EAS Build, and I encountered a manifest merger error when running eas build -p android --profile production. Execution failed for task ':app:...
Sree Raman Naidu's user avatar
1 vote
0 answers
60 views

I already implemented the Google admob in my flutter project and in both the stores my app is live and in android ads.txt file verified already But In iOS where should I add my ads.txt link to verify ...
Amit Bahadur's user avatar
0 votes
0 answers
110 views

I am experiencing an issue with Google AdMob in my iOS app where adaptive banner ads sometimes appear as all black screens. It seems like the ads are not loading correctly. Issue Description: The ...
ten's user avatar
  • 49
0 votes
0 answers
56 views

I am integrating a Google AdMob banner ad into a UIView container that has the following constraints: View Hierarchy Main View (root view of UIViewController). Container View (inside Main View, used ...
HeWhoRemains's user avatar
0 votes
0 answers
281 views

I need to add an admob banner to the bottom of my screen. I need to make sure to accommodate for safe area. This is what I did: func addBanner(in vc: UIViewController) { ... bannerView = ...
HL666's user avatar
  • 366
0 votes
0 answers
40 views

I’m currently working on an iOS app that uses Google AdMob for displaying banner ads, and I’m trying to figure out the best way to manage ad caching, especially with automatic refreshing enabled. Here’...
ten's user avatar
  • 49
12 votes
2 answers
4k views

After upgraded to play-services-ads:24.0.0 Old implementation 'com.google.android.gms:play-services-ads:23.6.0' New implementation 'com.google.android.gms:play-services-ads:24.0.0' Then got error ...
Binh Ho's user avatar
  • 5,369
0 votes
0 answers
78 views

I am in the process of setting up the Google UMP form to handle US State Regulations through Admob. The UMP form is currently set up for GDPR - and because of this, I have a GDPR button in the ...
Joe's user avatar
  • 3,930
0 votes
0 answers
22 views

I’m experiencing an issue with my iOS app where approximately 2 cm of blank space appears at the top and bottom of the screen. This issue began after integrating AdMob via CocoaPods. I have attempted ...
Calyx Padgett's user avatar
0 votes
0 answers
87 views

I’ve encountered issues with Admob, specifically with its test device connection system A bit of backstory: I tried to integrate the User Messaging Platform (UMP) panel into my Unity project, but ...
Tom's user avatar
  • 1
1 vote
2 answers
274 views

I'm trying to implement a collapsible banner ad in my Flutter app using Google AdMob. However, the ad does not collapse as expected, and it behaves like a regular banner ad. I have followed the ...
Faiz's user avatar
  • 7,426
0 votes
0 answers
57 views

Unity version : 2022.3.8f1 Google Mobile Ads for Unity : 9.5.0 I am using admob in unity for the first time. Using the test ids, I have noticed that the interstitials ads and rewarded ads don't cover ...
abhishek ranjan's user avatar
0 votes
0 answers
130 views

Until now, I have been developing in Xamarin and have been able to use AdMob without any issues officially because Microsoft published the binding libraries packages through NuGet: For iOS: Xamarin....
OMendoza's user avatar
0 votes
0 answers
35 views

I have a screen with a deck of cards. I want to show the user a nativeAd after a number of swipes. What would be the correct process to load and show the ads? Let's assume I have adUnitId “xxx”, every ...
Bug Department's user avatar
0 votes
0 answers
74 views

Description I want to prevent the delay happened when onAdHidden called, or some other method which I should follow for quickly navigte through screens when ad is dismissed. ** MAX SDK Version** com....
Abdul Basit's user avatar
0 votes
0 answers
67 views

I found that my app got a lot of crashes related to ClassCastExeption, in android < 10 Unable to start activity ComponentInfo{OnboardingActivity}: java.lang.ClassCastException: java.lang.String ...
Wendy Nguyen's user avatar

1
2 3 4 5
201