Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

YouTube ads never show while using YouTube Android Player API

YouTube ads never show no matter what the player style or what the video.

Actual YouTube version: 10.18.55 YouTube Android Player API: 1.2.1

I remember that I saw some ads while was developing my app. Now I can't see any ad after hundreds of tests. This is actually a problem, because my app gets constantly suspended or rejected because of "unauthorized use" of YouTube API. Google Play Support Team thinks that I disable the ads somehow. Please confirm the issue.

like image 569
Artem Semenov Avatar asked Jun 05 '15 12:06

Artem Semenov


1 Answers

Same thing happened to me when I was playing video with YoutubeStandalonePlayer API with autoPlay flag set to true. Loading a video with autoplay set to false fixed the issue.

like image 101
Michael Tedla Avatar answered Nov 06 '22 23:11

Michael Tedla