10,077 questions
0
votes
0
answers
9
views
Can I use Facebook Audience Network in an app published on Huawei AppGallery?
I’m developing an Android app that will be published on Huawei AppGallery (not on the Google Play Store). I want to monetize the app using Facebook Audience Network.
Is it allowed to use Facebook ...
0
votes
0
answers
10
views
Admob in QtQuick android
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
-4
votes
0
answers
32
views
AdMob not crawling app-ads.txt file after correct setup — no ad requests shown [closed]
I've correctly uploaded the app-ads.txt file to my website and connected my apps in AdMob. It's been over 4 months, and AdMob still says "No ad requests with app-ads.txt yet." I'm not seeing ...
0
votes
0
answers
27
views
Native ads in flutter iOS NativeAdFactory is not in scope
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&...
0
votes
0
answers
17
views
RewardedInterstitialAd only works once, then spinner loads infinitely on subsequent attempts (React Native, Google Mobile Ads)
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....
0
votes
1
answer
21
views
Flutter Admob Native Advanced Ads do not play
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 ...
0
votes
1
answer
32
views
Admob - InterstitialAd.load error code 21
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 ...
0
votes
0
answers
22
views
Native Ad Not Loading in Flutter App Despite Correct Factory ID Registration
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 ...
0
votes
1
answer
17
views
AdMob mediated networks show no impressions (but get requested)
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 ...
0
votes
0
answers
11
views
Admob registering test device not for real device, but for emulator works
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 ...
0
votes
0
answers
20
views
Flutter AdMob Rewarded Ad Shows Black Screen After Closing (iOS)
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 ...
0
votes
1
answer
17
views
How can I use a 3rd party CMP for AdMob on iOS/Android?
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 ...
0
votes
1
answer
38
views
SwiftUI AdMob - hide adview on load failed
struct BottomBannerView : View {
@State var isLoaded: Bool = true
var body : some View{
AdViewBottom(isLoaded: self.$isLoaded)
.frame(width: 320, height: isLoaded ...
0
votes
0
answers
37
views
Expo EAS Build Fails: Manifest Merger Error Due to AdMob Application ID Conflict
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:...
1
vote
0
answers
37
views
Verify Google adMob ads.txt file in iOS Flutter
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 ...