Search code examples
swiftadmobadmob-rewardedvideoadvideo-ads

How to add Admob non-rewarded video ads in Swift


I implemented an iOS and displayed video ads on app. I decided to use Google Mobile Ads due to its popular.

The problem is it only provides Rewarded Video Ads. It means when the video is playing and user close it, it always show a popup warning that if user closes ads, he won't receive reward.

The alert popup when user closes the video ads

My desire is simpler, I just want to show video ads to monetize and user can close it without the alert popup like many other game apps did. They just show video ads between changing scene or on game over scene,...

I temporarily use the rewarded video ads, but now Google AdMob claims that my implementation is violent with their policy

The violation description from Admob

I did search solutions, but no hope to find normal video ads option. How can other game apps do this and do they use an alternative Ads provider?


Solution

  • Interstitial ad https://developers.google.com/admob/ios/interstitial

    enter image description here

    Login to admob account. Select Interstitial ad and then only select Video ( if you want to display only video advertisements )