admob Questions

2

I am using Google Admobs with ad mediations in my iOS application. It seems like there is battery draining issue because google ads are running even when app is in background. Is there something th...
Billman asked 3/6, 2020 at 19:51

3

I'm struggling with adding native ads in my flutter project . My project is using Kotlin for android so I follow the documentation of google_mobile_ads but it keeps showing me these errors after I ...
Uncircumcised asked 5/7, 2021 at 4:34

3

This came up for me when I tried to integrate AdMob using Cocoapods into an Objective C++ project. use of '@import' when c++ modules are disabled, consider using -fmodules and -fcxx-modules What ...
Pentarchy asked 28/12, 2020 at 17:28

4

I have faced this sort of error while bundling any suggestions on how to solve this error I have tried it by removing extra dependencies but still it doesn't work Moreover, I have also removed the ...
Coreycorf asked 7/7, 2022 at 4:56

5

Solved

How do I use react-native-google-mobile-ads with Expo and Expo Go? (e.g. Banner Ads) A minimal example within the context of Expo would be very much appreciated. All the online google documentation...
Illyricum asked 22/5, 2022 at 13:27

10

Solved

Xcode 7.3, iOS 9.3 I understand that this is not a programming question, but someone who is implementing AdMob might be stumped by this. Please drop a comment if you know where a post like this wo...
Electroencephalogram asked 5/4, 2016 at 16:58

8

Solved

Is there a way to add an admob advert to a PreferenceActivity? How to?
Selector asked 16/2, 2011 at 17:27

7

Solved

I use the code below: let request : GADRequest = GADRequest () request.testDevices = ["xxxxxxx",kGADSimulatorID] But I am getting the below warning: 'testDevices' is deprecated: Use GADMobil...
Convergence asked 18/9, 2019 at 20:25

19

Solved

I get a "Required XML attribute "adSize" was missing" when I launch my app. This is written on the screen of my smartphone instead of my banner. I tried the different solutions founded on stack (...
Acherman asked 26/3, 2014 at 21:9

3

Solved

Good morning, My issue is that ads are not being displayed at all in my app, test mode or not. I am going to keep this question specific to test mode, and once I get that working I will worry abou...
Ambassadress asked 15/3, 2014 at 10:21

5

Solved

I'm using an AdMob view in an android app, but I'm unable to get any ad into the app. For reference, I've added the view to a ListView as explained by Dan Dyer here EDIT: I'm using GoogleAdMobAds...
Agincourt asked 17/8, 2011 at 13:43

5

Solved

I display into my android application AdMob's banners. I would like that when the user click on the banner it gone. I have try the code AdView.setOnClickListener but it not work... EDIT : this is ...
Jalisajalisco asked 12/3, 2012 at 10:18

4

Solved

Google has Changed some Policy under which the ads displayed under SDK version 7.0 will not display ads any more, Actually i don't know which version SDK i m using. Please help me to get out of th...
Exclamatory asked 11/1, 2018 at 9:47

2

Solved

Please vote to the issue tracker https://issuetracker.google.com/issues/330368298 I just noticed some crashes for my app by looking at Firebase Crashlytics which seems to be related to Google AdMo...
Uvea asked 19/3 at 19:12

23

I have followed this link to integrate ads in my app. But it shows this error: This is my build.gradle: apply plugin: 'com.android.application' apply plugin: 'com.google.gms.google-services' an...
Finegrained asked 6/10, 2016 at 9:41

2

Solved

I am new to react native and I wants to monetize my app, so I am integrating Admob in react native, i created my app using npx create-react-native-app command, i tried to see youtube ,google, chatg...
Agist asked 29/7, 2023 at 12:59

1

I'm trying to obtain the consent from the users using User Messaging Platform. Followed this guide: https://developers.google.com/admob/ump/android/quick-start When I run the code in the guide it s...
Enthusiast asked 31/5, 2022 at 13:31

8

Solved

I have upgraded to Xcode 10 on High Sierra and now the Rewarded Ad example project from AdMob complains that com.apple.commcenter.coretelephony.xpc is not working correctly. Is there a new entitle...
Stalker asked 22/9, 2018 at 10:13

4

I am trying to implement google-admob mediation and currently working on Integrating InMobi ads. I followed all the steps as per https://developers.google.com/admob/unity/mediation/inmobi .I was ab...
Tritanopia asked 17/5, 2021 at 15:4

13

I have a problem showed on this screenshot: Android Resolver JAVA_HOME environment references a directory (C:\Program Files\Java\jdk1.8.0_212) that does not contain java which is required to proc...
Torbernite asked 23/6, 2019 at 8:36

2

Solved

My app was rejected by Apple for showing GDPR (Google's UMP) and ATT confusing users. Specifically, if the user is in the EEA, GDPR will show up first. Only then did ATT start showing up. As per Ap...
Typhoon asked 7/7, 2023 at 2:15

6

Solved

Is there a way to verify if the Rewarded Video Ad was watched by client (OnAdRewarded) on a server? Is there any integration I can use with Google Cloud Functions? I thought it's possible to verif...
Erving asked 19/2, 2019 at 23:36

3

I have seen that recently a new warning has appeared in mi project in the following line: AdRequest adRequest = new AdRequest.Builder().build(); The warning is in "new AdRequest.Builder().bu...
Knob asked 22/1, 2023 at 23:50

1

I am trying to Add a consent form using Google User Messaging (UMP) SDK. everything is working well, but if the user chose anything different than "Consent" they will not see any Ads at a...
Area asked 17/11, 2023 at 18:8

1

I'm getting the error below which I believe is coming from google mobile ads sdk: E/Ads: Failed to retrieve lite SDK info. java.lang.ClassNotFoundException: Didn't find class "com.google.andr...
Climacteric asked 17/11, 2023 at 22:38

© 2022 - 2024 — McMap. All rights reserved.