6 questions from the last 7 days
0
votes
0
answers
69
views
iPhone 16 safe area insets is too small
I need to add an admob banner to the bottom of my screen. I need to make sure to accommodate for safe area. This is what I did:
func addBanner(in vc: UIViewController) {
...
bannerView = ...
0
votes
0
answers
30
views
Google AdMob Banner Ad Adds Extra Left Padding in Container View (iOS)
I am integrating a Google AdMob banner ad into a UIView container that has the following constraints:
View Hierarchy
Main View (root view of UIViewController).
Container View (inside Main View, used ...
1
vote
0
answers
19
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 ...
0
votes
0
answers
17
views
Admob throwing the ANR [ERROR:aw_browser_terminator.cc(165)] Renderer process (29507) crash detected (code -1)
Admob component ANR [ERROR:aw_browser_terminator.cc(165)] Renderer process (29507) crash detected (code -1).
Admob generating these crashes multiple time, not sure whatto do next because nothing is ...
-2
votes
0
answers
14
views
Why Was My Google AdMob Account Not Approved? No Clear Reason Given [closed]
I recently created a Google Play Console account, completed the verification process, and successfully verified my identity and address.
After that, I applied for a Google AdMob account. However, just ...
0
votes
0
answers
33
views
Adaptive Banner Ads Displaying as Black Screens in iOS App Using Google AdMob
I am experiencing an issue with Google AdMob in my iOS app where adaptive banner ads sometimes appear as all black screens. It seems like the ads are not loading correctly.
Issue Description:
The ...