← Back to list

Android TV News: Skip Ad Does Not Work Anymore

TLDR looks at this google group discussion https://groups.google.com/g/ima-sdk/c/1jDSlDS_pBI?pli=1

CL · 2024-01-21 12:16 · 3 claps · 0.5 min read
#android #android-tv #google-ads
Open on Medium ↗
Wiki topics: DIG · Digital Marketing

Android TV News: Skip Ad Does Not Work Anymore

TLDR looks at this google group discussion https://groups.google.com/g/ima-sdk/c/1jDSlDS_pBI?pli=1

Basically if you have a custom user interface with your android TV or app with IMA (Interactive Media Ads SDK) that calls the skipAd function of the ImaAdsLoader class, it will not work anymore.

/**
 * Skips the current ad.
 *
 * <p>This method is intended for apps that play audio-only ads and so need to provide their own
 * UI for users to skip skippable ads. Apps showing video ads should not call this method, as the
 * IMA SDK provides the UI to skip ads in the ad view group passed via {@link AdViewProvider}.
 */
public void skipAd() {
  if (currentAdTagLoader != null) {
    currentAdTagLoader.skipAd();
  }
}

Right now we are still finding some solutions on this change.


메타데이터
post_id
9dcdda9cb1c3
slug
android-tv-news-skip-ad-does-not-work-anymore-9dcdda9cb1c3
url
https://medium.com/@reCL/android-tv-news-skip-ad-does-not-work-anymore-9dcdda9cb1c3
canonical_url
https://medium.com/@reCL/android-tv-news-skip-ad-does-not-work-anymore-9dcdda9cb1c3
author_url
https://medium.com/@reCL
status
ok
fetched_at
2026-06-12 18:14:10