Steps to reproduce the S2S issue:
- Select GoogleDebugApp as build target in your xcode
- Launch app on your device/simulator
- Search "demo error" in the console output to see the error message
Steps to test with S2S banner:
- Go to ViewController.swift in the GoogleDebugApp project
- comment: googleQueryInfoFetcher?.fetch(completeListener: self) line to disable S2S load ad
- uncomment: gadBannerLoader?.loadC2SBannerView(... line to enable client to server load ads
- Select GoogleDebugApp as build target in your xcode
- Launch app on your device/simulator, you should be able to see the banner ad display.