Google Reward Video Ad Skip Button Closing ViewController
up vote
0
down vote
favorite
I use GADRewardBasedVideoAd. If I watch the video to the end it works fine, but when I press the skip video button after 5 sec. The Video ad is being dismissed, but so is the view that presented the add. Any help would be appreciated. I do nothing special, I just present the add like this:
func rewardBasedVideoAdDidReceive(_ rewardBasedVideoAd: GADRewardBasedVideoAd) {
print(rewardBasedVideoAd)
if GADRewardBasedVideoAd.sharedInstance().isReady == true {
GADRewardBasedVideoAd.sharedInstance().present(fromRootViewController: self)
}}
swift admob adsense admob-rewardedvideoad
add a comment |
up vote
0
down vote
favorite
I use GADRewardBasedVideoAd. If I watch the video to the end it works fine, but when I press the skip video button after 5 sec. The Video ad is being dismissed, but so is the view that presented the add. Any help would be appreciated. I do nothing special, I just present the add like this:
func rewardBasedVideoAdDidReceive(_ rewardBasedVideoAd: GADRewardBasedVideoAd) {
print(rewardBasedVideoAd)
if GADRewardBasedVideoAd.sharedInstance().isReady == true {
GADRewardBasedVideoAd.sharedInstance().present(fromRootViewController: self)
}}
swift admob adsense admob-rewardedvideoad
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I use GADRewardBasedVideoAd. If I watch the video to the end it works fine, but when I press the skip video button after 5 sec. The Video ad is being dismissed, but so is the view that presented the add. Any help would be appreciated. I do nothing special, I just present the add like this:
func rewardBasedVideoAdDidReceive(_ rewardBasedVideoAd: GADRewardBasedVideoAd) {
print(rewardBasedVideoAd)
if GADRewardBasedVideoAd.sharedInstance().isReady == true {
GADRewardBasedVideoAd.sharedInstance().present(fromRootViewController: self)
}}
swift admob adsense admob-rewardedvideoad
I use GADRewardBasedVideoAd. If I watch the video to the end it works fine, but when I press the skip video button after 5 sec. The Video ad is being dismissed, but so is the view that presented the add. Any help would be appreciated. I do nothing special, I just present the add like this:
func rewardBasedVideoAdDidReceive(_ rewardBasedVideoAd: GADRewardBasedVideoAd) {
print(rewardBasedVideoAd)
if GADRewardBasedVideoAd.sharedInstance().isReady == true {
GADRewardBasedVideoAd.sharedInstance().present(fromRootViewController: self)
}}
swift admob adsense admob-rewardedvideoad
swift admob adsense admob-rewardedvideoad
asked Nov 19 at 0:49
Aidan
11
11
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53366983%2fgoogle-reward-video-ad-skip-button-closing-viewcontroller%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown