YouTube ads never show when using the Android Player API for Android

YouTube ads never show which player style or which video.

Actual version of YouTube: 10.18.55 API for YouTube Android players: 1.2.1

I remember seeing some ads during the development of my application. Now I do not see any announcement after several hundred tests. This is actually a problem because my application is constantly pausing or declining due to “unauthorized use” of the YouTube API. The Google Play support team thinks I somehow disabled ads. Please acknowledge this problem.

+7
android youtube-api android youtube-api
source share
1 answer

The same thing happened to me when I played a video with the YoutubeStandalonePlayer API with the autoPlay flag set to true. Downloading a video with autoplay set to false fixed the problem.

+2
source share

All Articles