Questions tagged [google-mobile-ads]
180 questions
0
votes
1 answer
java.lang.ClassNotFoundException: Didn't find class "com.google.android.gms.ads.initialization.OnInitializationCompleteListener"
could you assist in this issue which faced when i was trying to implement "google_mobile_ads" shown after debugging my flutter app since the app had been built succesfully but the connection had lost and there was no issue in flutter…

AhmedSh
- 1
- 2
0
votes
2 answers
Flutter: Ad failed to load : 1
I am using the google_mobile_ads package. And it is showing me this error. I am trying to user rewarded video test ads. And they are not loading.
Use RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("7D77F0F7912B63850A1FB8986F58DE38")…

Sameer
- 11
- 1
- 6
0
votes
1 answer
Flutter - google_mobile_ads is it possible to set app tracking transparency using this plugin?
I moved to google_mobile_ads and I would like to know if I can also request App Tracking Transparency via this plugin or I should use a separate one e.g. app_tracking_transperancy to achieve it?
Thanks!

Angel Todorov
- 1,443
- 2
- 19
- 37
0
votes
1 answer
Flutter, firebase_admob native admob ads color
I'm currently using firebase_admob which current is google_mobile_ads
and I implemented Native Ads
but do not know how to change the text color or background color or BorderRadius for it
how could I change them?

dontknowhy
- 2,480
- 2
- 23
- 67
0
votes
1 answer
Build failed with an exception error Flutter with Google Ads
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:processDebugResources'.
A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
Android resource linking…

afran muzammil
- 67
- 1
- 7
0
votes
1 answer
I am trying to use "google_mobile_ads" in my flutter project but I am getting this migrated to the Android embedding v2
The plugin google_mobile_ads requires your app to be migrated to the Android embedding v2. Follow the steps on https://flutter.dev/go/android-project-migration and re-run this command.
So I tried following the steps but I couldn't found the …

afran muzammil
- 67
- 1
- 7
0
votes
3 answers
Apple does not accept apps that use UIWebView
I have a game created in Unity which Apple does not accept because of the following:
It seems that the problem is in Google Mobile ADS
We identified one or more issues with a recent delivery for your app, "My Game" 10.0 (10). Please correct the…

Miguel Espeso
- 194
- 1
- 7
- 26
0
votes
1 answer
How to show GADAppOpenAd ( GoogleMobileAds App Open Ad ) in landscape mode?
I used this code to show GADAppOpenAd in landscape game..but ads not coming in landscape.
- (void)requestAppOpenAd {
self.appOpenAd = nil;
[GADAppOpenAd loadWithAdUnitID:ADMOB_APP_OPEN_ID
request:[GADRequest request]
…

iPhoneProcessor
- 4,980
- 6
- 27
- 49
0
votes
1 answer
Can't show interstial ad in my app (still in developement)
I swear i have tried many many ways to resolve this problem, but i'ml tired and it's saturday and i'm still workin on only this problem...
Please help!!
I registred my device as a test device
My admob account is validated a few weeks ago
Google…

Eff
- 3
- 2
0
votes
1 answer
GADRewardedInterstitialAd : How to show just 3 ads per day and reward just 3 times for Player?
Here is my GADRewardedInterstitialAd code:
-(void)loadRewardedInterstitial
{
[GADRewardedInterstitialAd
loadWithAdUnitID:ADMOB_REWARDED_INTERSTITIAL
request:[GADRequest request]
completionHandler:^(
…

Guru
- 21,652
- 10
- 63
- 102
0
votes
1 answer
Cannot import Android package "com.google.android.gms.ads.initialization.*"
This is for a simple Android app as my first step to test banner ads in an Android app.
I followed examples, guidelines, and arrived at the need for these import lines in MainActivity.java:
// these are needed for advertising:
import…

Somogyi Henrik
- 1
- 1
- 2
0
votes
1 answer
GoogleMobileAdsSDK 7.68 conflicts with Appodeal Unity SDK (v2.10.7)
I have Google Admob and Appodeal sdk integrated in my unity app. They did not have conflicts when the version of Admob SDK for unity stays at 5.3.0.
After I updated Admob SDK to v5.4.0 which depends GoogleMobileAdsSDK v7.68 today, I got the…

user1808937
- 1
- 3
0
votes
1 answer
Swift - trouble integrating Google AdMob with my application
I'm attempting to implement ads for my iOS application using Google's AdMob SDK.
I've been following the official [docs](https://developers.google.com/admob/ios/quick-start), but I'm having trouble getting that to work.
What I've done so…

Uri Yakir
- 141
- 10
0
votes
1 answer
How to monetize Mobile app with google ad manager
I am developing a mobile application and for monetization I chose google ad manager when I tested the banner and interstitial using test ad unit ID (/ 6499 / example / banner
) it shows the test ads, but when I use my ad unit ID (/xxxxxxx/xxxxxx) it…

Zorano
- 1
0
votes
1 answer
Dark bars on the top and bottom of banner ad in IOS app
I just integrated the banner ads in IOS app. I have used a container view named "adContainerView" and when the ad is ready, I add the GADBannerView instance to adContainerView.
Code snippet for loading banner ad is
var bannerView =…

Reshma
- 233
- 2
- 10