Open ivanov84 opened 6 months ago
HOTFIX:
func showBanner(_ call: CAPPluginCall, _ request: GADRequest, _ adUnitID: String)
{
....
self.bannerView = GADBannerView(adSize: bannerSize)
// IVANOV: HOTFIX
//self.addBannerViewToView(self.bannerView, adPosition, adMargin)
self.bannerView.translatesAutoresizingMaskIntoConstraints = false
self.bannerView.adUnitID = adUnitID
self.bannerView.rootViewController = plugin?.getRootVC()
....
}
and
public func bannerViewDidReceiveAd(_ bannerView: GADBannerView)
{
....
// IVANOV: HOTFIX
self.addBannerViewToView(bannerView, "BOTTOM_CENTER", 0)
....
}
Describe the bug Bottom of app is unreachable because google gives response to request ad with delay. My app logic - to request again and bottom screen is unavailable nonstop.
To Reproduce Steps to reproduce the behavior:
Expected behavior banner does not overlap app bottom buttons while ads is requesting
Screenshots
Smartphone (please complete the following information):