Rewarded Video
Rewarded videos are user-initiated ads where users can earn in-app rewards in exchange for viewing a video.
Check If Ad Is Loaded
You can check if the ad has been loaded before showing it. This method returns a boolean value indicating whether or not the Rewarded Video has been loaded.
- Swift
- Objective-C
Appodeal.isReadyForShow(with: .rewardedVideo)
[Appodeal isReadyForShowWithStyle: AppodealShowStyleRewardedVideo];
We recommend you to check ad caching before trying to show it.
Display
- Swift
- Objective-C
Appodeal.showAd(.rewardedVideo, rootViewController: self)
[Appodeal showAd:AppodealShowStyleRewardedVideo rootViewController:self];
You can use our demo app as a reference project.
Demo App
If you want to use advanced Rewarded Video integration, you can find detailed documentation here