Google Ads skip video button bug
up vote
1
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)
}
}
ios swift admob
add a comment |
up vote
1
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)
}
}
ios swift admob
If you don't get a useful answer here, file a ticket on their forum.
– Glenn
Nov 8 at 11:07
add a comment |
up vote
1
down vote
favorite
up vote
1
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)
}
}
ios swift admob
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)
}
}
ios swift admob
ios swift admob
asked Nov 8 at 10:40
Dinu Nicolae
365
365
If you don't get a useful answer here, file a ticket on their forum.
– Glenn
Nov 8 at 11:07
add a comment |
If you don't get a useful answer here, file a ticket on their forum.
– Glenn
Nov 8 at 11:07
If you don't get a useful answer here, file a ticket on their forum.
– Glenn
Nov 8 at 11:07
If you don't get a useful answer here, file a ticket on their forum.
– Glenn
Nov 8 at 11:07
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
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53206012%2fgoogle-ads-skip-video-button-bug%23new-answer', 'question_page');
}
);
Post as a guest
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
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
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
If you don't get a useful answer here, file a ticket on their forum.
– Glenn
Nov 8 at 11:07