10,037 questions
-3
votes
0
answers
16
views
Can i link my admob account with my unpublished app yet [closed]
My app is in google console close testing I didn’t link the app yet with my admob acount so apps are not showing and ads request being denied
Can i add the app usingbthe test link?
-1
votes
1
answer
77
views
AdWidget is already in the Widget Tree
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 ...
0
votes
1
answer
47
views
XCUITest not detecting AdMob banner
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 ...
-4
votes
0
answers
30
views
UIScreen.main.bounds.width deprecated [duplicate]
For Google Admob I have the following code piece in swift to create banner ad:
let adSize = currentOrientationAnchoredAdaptiveBanner(width: UIScreen.main.bounds.width * 0.90)
BannerViewContainer(...
1
vote
1
answer
76
views
Need to block the back button/gesture on Admob in android 16(target sdk 36)
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 ...
4
votes
0
answers
91
views
How to detect if Flutter app was installed via Google Ads / AdMob using Install Referrer?
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 ...
0
votes
1
answer
112
views
Cordova AdMobPro plugin not showing ads on Android 14 / API 35 emulator
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 ...
0
votes
0
answers
40
views
AdMob test ads not showing – certificate validation error on Xiaomi
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....
0
votes
0
answers
45
views
which interstitial ad event tracks when an impression is counted by admob?
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 ...
0
votes
0
answers
28
views
can't create info.plist from info-> URL Types
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 ...
1
vote
1
answer
62
views
Interstitial Ad getting closed unexpectedly with gesture navigation (AdMob, Android)
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 ...
0
votes
0
answers
70
views
How to implement Google AdMob Banner Ads in a scrollview feed in swift
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 ...
1
vote
1
answer
80
views
Execution failed for task ':launcher:mapReleaseSourceSetPaths' - Unity 6
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 ...
0
votes
1
answer
85
views
My Android App is not showing Ads (Banner & Interstitial)
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 ...
4
votes
2
answers
911
views
How to fix AdMob error 3 "No fill." for TEST AD?
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 ...