Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
105 views

How to convert AdMob `GADFullScreenContentDelegate` to Swift 6 concurrency

This is a similar problem to How to convert `VNDocumentCameraViewControllerDelegate` to Swift 6 Concurrency but one warning is new, so this may require different solution. I have the following code: @...
OMGPOP's user avatar
  • 1,308
0 votes
1 answer
196 views

Can not load dependency from Swift Package

I made a package that depends on GoogleMobileAds. I used to add my package as dependency on my apps and it used to load GoogleMobileAds. Something changed now and I observe this behaviour: Swift ...
Mikrasya's user avatar
  • 1,060
0 votes
0 answers
28 views

interstitialIsUnavailable() in FairBid iOS SDK

I'm using DT FairBid iOS SDK, version:- 3.49.1. With AdMob as mediator. But interstitial getting unavailable everyTime. Initialisation func application(_ application: UIApplication, ...
steveSarsawa's user avatar
  • 1,626
0 votes
0 answers
46 views

AdMob Add Serving Limited Due To Site Behavior: Navigation

I got a policy error on one of my app on AdMob and now ad status is Serving is Restricted ad serving. AdMob send me the following screen shots: Screen 01 Walkthrow Screen Screen 02 Permission Screen ...
Abdur Rahman's user avatar
0 votes
1 answer
21 views

Why will updateScore function in viewcontroller not call from gamescene

So I'm trying to make it so an ad will pop up every time the score in game scene reaches a certain point in my game in Xcode using Swift but it's not calling the function that does that(...
Sider the Programmer's user avatar
0 votes
0 answers
47 views

Google Admob causing freezing and "Unable to list voice folder" error

I have several banner ads implemented in my app. I've noticed recently when they initially load, the app briefly freezes and I get this bizarre error: #FactoryInstall Unable to query results, error: 5 ...
Moses Harding's user avatar
0 votes
0 answers
116 views

Native Ads is not clickable with Admob - IOS Xcode Swift

I'm trying to integrate native ads to my ios app. I'm successfully seeing the ads within my custom view but when i click the ad this message is printed in the console Message when clicking ad: <...
Mixer Trixer's user avatar
2 votes
0 answers
550 views

AdMob Native Ad Validator Ad Attribution missing

I am trying to integrate Native Ads from AdbMob in iOS with UIKit Below is my code import UIKit import GoogleMobileAds class ViewController: UIViewController,GADNativeAdLoaderDelegate,...
BraveEvidence's user avatar
0 votes
1 answer
54 views

Show banner after Starting the Google SDK

I try to implement the UMP SDK in a SwiftUI app. After adding the code of Google, the code will run Google Mobile Ads SDK and start to request an interstitialAd. How could I load a banner ad in stead ...
SoftGuru's user avatar
4 votes
0 answers
511 views

Main thread blocking loading of admob rewarded ad

Whenever I am calling loadAd() function either from onAppear() or with a button click, it's giving the error: Main thread blocked by synchronous property query on not-yet-loaded property (...
Dipanshu's user avatar
3 votes
2 answers
1k views

ATTrackingManager & UMPConsentInformation both are required for AdMob? [closed]

I have a question like for Google AdMob iOS we have to ask for ATTrackingManager.requestTrackingAuthorization and after that, we have to ask UMPConsentInformation.sharedInstance....
iOS Developer's user avatar
0 votes
0 answers
38 views

How to test Native Ad if no ad loads in the testflight version

I have uploaded my app to the Testflight. But this does not load native ad with the real native ad id but the other ads are working fine and getting loaded successfully. Now is there any way to test ...
Dipon's user avatar
  • 53
1 vote
1 answer
542 views

Admob UMPConsentForm loadAndPresentIfRequired method not found even I have the latest version

Google mentioned to call "In case you missed it, we announced new consent management platform requirements for serving ads in the EEA and UK. Beginning January 16, 2024, Google will require all ...
Half Orannge's user avatar
0 votes
1 answer
105 views

Google Admob delegate method bannerViewDidReceiveAd not called

I wanted to prepare helper class for Admob to manage Banner ads. I set the delegate But bannerViewDidReceiveAd method not called. Do you know what could be issue? protocol BannerAdsManagerProtocol: ...
john douglas's user avatar
0 votes
0 answers
64 views

remove empty view when ad not ready

I want to put admob ads, the banners work but when, for example, there is no internet, I want the ad not to appear and there won't be a blank screen I couldn't figure out how I recognize it when there ...
DrikiDev's user avatar

15 30 50 per page
1
2 3 4 5
41