Questions tagged [firebase-admob]

118 questions
0
votes
0 answers

Google Admob verification is getting failed Always

I have integrated Google Ad Mob in my flutter app. The Google AdMob is getting reject, by saying that this error: You already have a Google publisher account. Sign in to your existing account to access AdMob. Or close your other accounts and submit…
0
votes
1 answer

Swift Admob Interstitial Adv. status bar

I implement the google interstitial adv. in my app and it is working correctly. But it is not hide status bar and it say in console: Status bar could not be hidden for full screen ad. Ensure that your app is configured to allow full screen ads to…
Jessica
  • 165
  • 3
  • 12
0
votes
1 answer

Initialize the Google / Admob Mobile Ads SDK vs Firebase SDK

I'm using Firebase SDK for google ads. I can see there is a difference of initializing Mobile Ads SDK between firebase SDK and AdMob SDK. in their doc. Firebase: @Override protected void onCreate(Bundle savedInstanceState) { …
user3137451
  • 181
  • 1
  • 2
  • 16
0
votes
0 answers

Is it possible to show specific types of ads inside of admob? (Niche categories/industries)

Basically we have an app that is centered around a specific category like Food. So we want to restrict the ads to, food, health, active lifestyle, etc. things that are relevant to that niche. Is that possible to achieve in Google Admob and is it…
0
votes
1 answer

FFImageLoading fails load big Gif file when executing real device

My Xamarin.Forms app uses FFImageLoading for loading three Gifs. A.gif : 3.7MB B.gif : 5.1MB C.gif : 2MB (These Gifs created by DavinciResolve) My app preload Gifs as following. public static async void PreloadTutorialGifs() { try { …
0
votes
1 answer

React Native firebase admob not installing, How can I install without crashing the app

Here below is the error I am getting I used this command npm i @react-native-firebase/admob my project name- AwesomeProjec559911 C:\Users\Admin\Desktop\ReactNative\Firebase\AwesomeProjec559911>npm i @react-native-firebase/admob npm ERR!…
Rahul Aadam
  • 155
  • 10
0
votes
1 answer

The argument type 'BannerAd?' can't be assigned to the parameter type 'AdWithView'

I upgraded my app to Flutter 2 and made all the things null safe. After that, I am encountering an error implementing Google mobile ads SDK. I followed all the documentation and according to that, I am not supposed to get this error although the…
0
votes
1 answer

Admob is showing test ads even though the app is ready

I have a problem that the ads are still beta ads even though the app is in Google Play and I registered it in Admob and the Admob page shows me that it is ready. Thanks.
0
votes
1 answer

Which package implements RequestConfiguration to use with firebase_admob?

Use RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("185.......E7") to get test ads on this device. This app use firebase_admob package for implementing Google AdMob in the app. I was getting the above statement in the logcat…
rozerro
  • 5,787
  • 9
  • 46
  • 94
0
votes
1 answer

Admob NativeAd showing blank when i scroll Recylerview

I have added NativeAd in RecyclerView with MediaView (Open bidding + Admob). Sometimes when I am scrolling a list. video ad showing blank with white color. but image ads loading perfectly. Main issue is when scroll recycler view then displays blank…
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

Is it importent to publish update of an app to see adds using admob?

I have build an app using flutter and its already available on play store. I want to intigrate that app with admob for which i am using admob_flutter:. Test ad is working on app but when using my BannerId its giving error code 3. My account has been…
Malay Agrawal
  • 27
  • 1
  • 12
0
votes
0 answers

How to know if the firebase and Admob link is operational?

I have linked my AdMob application to a Firebase project to take advantage of the benefits of this combination. But my old code (which worked when I only had AdMob) didn't work anymore, I had a lot of syntax errors ... I saw on the Firebase website…
0
votes
1 answer

Consent message not showing up

I am using firebase_admob with admob_consent package. I am not able to see consent message. I am getting following lines in terminal. I/UserMessagingPlatform(10516): Use new…
0
votes
1 answer

Flutter: firebase_admob build fails in Xcode

I have problem with archiving my project in Xcode, it fails and throws an error: Module 'firebase_admob' not found Build project: $flutter build ios Select Product > Archive Also I had to rollback Google-Mobile-Ads-SDK version from the newest…
mr.boris
  • 3,667
  • 8
  • 37
  • 70