0

My code is in swift 4, As follows, it shows me Ads like, as shown in the 1st picture.

var rewardBasedVideo: GADRewardBasedVideoAd!
rewardBasedVideo = GADRewardBasedVideoAd.sharedInstance()        
rewardBasedVideo.delegate = self
rewardBasedVideo.load(GADRequest(),
                              withAdUnitID: GOOGLE_AD_UNIT_ID)

enter image description here

But I want to enable close Ad close button after some time. Or I want to show "Skip Ad" button instead of a close button enter image description here

Pramod More
  • 1,220
  • 2
  • 22
  • 51

1 Answers1

0

I have also implemented the same and I do not think that there is a way around in the reward-based video ad. You can find other ad modules and they will provide the Skip Ad thing. But, in the reward-based video, you can not skip.

If you close it then the reward will not be paid. Sometimes, these are small, but sometimes up to a minute. There is no other way as of now.

We can see ads with skip after time feature in Google AdMob. But cannot achieve that programmatically. Maybe it is dependent on the creator of Ad.

Pramod More
  • 1,220
  • 2
  • 22
  • 51
Rob
  • 2,086
  • 18
  • 25