189 questions
0
votes
0
answers
63
views
UMPConsentForm in iOS is present in view hierarchy even when not presented to user, posing accessibility issue
I am doing an accessibility optimization for iOS, but running into the issue that the UMPConsentForm is present in the view hierarchy, even when it is the back window that is not seen and also it was ...
1
vote
0
answers
40
views
AdManagerBannerAd requesting multiple sizes, but not returning size for the ad, flutter google ad manager
i am using google_mobile_ads: ^5.2.0 to display adds on my flutter app.
I need to request and display 3 different sizes of banner ads from google.
This ad is supposed to be show in a scrollable column ...
0
votes
0
answers
34
views
Google admob not working for specific bundle identifier iOS
I'm integrating AdMob rewarded interstitial ads into my live iOS app using CocoaPods and package dependency management. The ads are working fine when I use the bundle identifier com.CreativeCub....
1
vote
0
answers
182
views
Completing implementation of Google Mobile Ads SDK for Flutter project and allowing Google Analytics
I have developed an Android app which is in review in Google Play Console as of now. I have integrated ads using google_mobile_ads from the method described in its page at https://pub.dev as I use ...
0
votes
0
answers
65
views
How to show Admob's app open ad on system splash screen in Android device(Flutter)
I am running my app on android 12 and In that I can see two splash First one when app open It shows appicon on it and second my app's splash screen that I have craeted in dart
So now I have removed my ...
0
votes
1
answer
52
views
Admob banner ad shows only when changing from one drawer page to the ad-page in Flutter app?
The following is a minimal code to my Android app where I'm trying to show an Admob banner ad at the bottom of my home page.
The external packages needed are google_mobile_ads and provider available ...
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 ...
7
votes
3
answers
3k
views
Error after adding google_mobile_ads sdk in swift using CocoaPods
I added the google_mobile_ads sdk v11.6.0 in my swift project. Now when I run the project I get the following error
ld: warning: Could not find or use auto-linked library 'swiftXPC': library 'swiftXPC'...
0
votes
0
answers
57
views
When I initialize my firebase::App, why is the resulting future's status forever kFutureStatusPending?
I'm incorporating the Google Mobile Ads C++ SDK into my iOS Axmol (formerly Cocos2d-x) app. I've based my approach on these instructions and the code in this test app. In AppDelegate.cpp, in the ...
0
votes
0
answers
42
views
GoogleMobileAds dead code causing warning
I am getting started with some GoogleMobileAds in my SwiftUI application on iOS. Trying to determine a warning in my console, I am left with the following code snipped:
import GoogleMobileAds
let a = ...
0
votes
2
answers
227
views
Error after adding google_mobile_ads sdk in flutter
I added the google_mobile_ads sdk v5.0.0 in my flutter project. Now when I run the project I get the following error
X:\<project-name>\android\app\src\debug\AndroidManifest.xml:92:13-59 Error:
...
-1
votes
1
answer
90
views
React Native slow loading BannerAd inside FlashList
I am using the @shopify\flash-list (v1.6.3) package to render different posts and every x item should be a BannerAd (react-native-google-mobile-ads v13.2.0).
If the user scrolls over the ad it takes ...
0
votes
1
answer
64
views
Does using older google mobile ads package affect earnings in flutter
I rebuild my app in flutter and I couldn’t use the latest google_mobile_ads package since it is incompatible with webview_flutter: ^2.0.13 package. And so as suggested by Android Studio, I had to ...
1
vote
2
answers
960
views
Android build error after installing Google Mobile Ads Unity Plugin v9.0.0 package
I am using Unity Editor version 2022.3.21f1 version
Even in blank project after installing Google Mobile Ads Unity Plugin v9.0.0 and setting the google mobile ads id it throws an error while building ...
0
votes
1
answer
86
views
adDidDismissFullScreenContent for rewarded ads not triggered
Had the same problem as described here: link to the question I found
I use both func presentInterstitialAd(fromRootViewController viewController: UIViewController)and func presentRewardedAd(...