I'm quite sure I've done everything as described on the AdMob page, but when I start my App the console tells me this:
WF: === Starting WebFilter logging for process wizzz
WF: _userSettingsForUser mobile: {
filterBlacklist = (
);
filterWhitelist = (
);
restrictWeb = 1;
useContentFilter = 0;
useContentFilterOverrides = 0;
whitelistEnabled = 0;
}
WF: _WebFilterIsActive returning: NO
This is my ViewController.swift:
import GoogleMobileAds
@IBOutlet weak var myBanner: GADBannerView!
override func viewDidLoad() {
super.viewDidLoad()
//request
let request = GADRequest()
//request.testDevices = [kGADSimulatorID]
request.testDevices = [ (mytestDeviceID) ]
//set up ad
myBanner.adUnitID = (myAdUnitID)
myBanner.rootViewController = self
myBanner.delegate = self
myBanner.load(request)
This is my AppDelegate:
import GoogleMobileAds
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
GADMobileAds.configure(withApplicationID: (myAppIDfromAdMob))
return true
}
}
I also have added the Google Framework and the GoogleService-Info.plist
Thank you in advance!
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/4eedc32f-859f-488a-be42-68442fc834d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hello Bharani Cherukuri.
Thank you for your quick answer.
Here are the logs:
[DYMTLInitPlatform] platform initialization successful
[MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[MC] Reading from public effective user settings.
Metal GPU Frame Capture Enabled
Metal API Validation Enabled
Google Mobile Ads SDK version: afma-sdk-i-v7.32.0
[DYMTLInitPlatform] platform initialization successful
+ the stuff from above
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/f1bd5bf6-3bc3-4682-ae0b-e02cead08a58%40googlegroups.com.