fixed scaling issue of ad in webseries.
This commit is contained in:
@@ -42,7 +42,7 @@ class GamesListVC: UIViewController {
|
||||
Task {
|
||||
do {
|
||||
interstitial = try await GADInterstitialAd.load(
|
||||
withAdUnitID: "ca-app-pub-3940256099942544/4411468910", request: GADRequest())
|
||||
withAdUnitID: "ca-app-pub-5699008063638916/8126400123", request: GADRequest())
|
||||
interstitial?.fullScreenContentDelegate = self
|
||||
|
||||
rewardedAd = try await GADRewardedAd.load(
|
||||
|
||||
Reference in New Issue
Block a user