-
Notifications
You must be signed in to change notification settings - Fork 1
iOS Rewarded Video Basic Usage
Mert Celik edited this page Sep 24, 2018
·
1 revision
Basic usage is designed to get your application up and running with our rewarded videos as soon as possible without diving into many details.
N.B: In order to use basic usage rewarded videos, you must have auto-loading enabled for rewarded videos. To learn how to enable auto-loading, please refer here.
if ([AMRewarded isReady]) {
[AMRewarded presentFromViewController:YOUR_VIEW_CONTROLLER];
}