android - 由于 Youtube API 问题,应用已从 Google Play 下架

标签 android youtube youtube-api video-streaming android-youtube-api

我开发了一个适用于 Android 的应用程序,它使用 YouTube API 显示来 self 在 YouTube 上的 channel 的视频。

我直接通过YouTubePlayerView 类显示视频。我不使用 YouTube 上的用户授权,只是在我 channel 的播放器中显示视频。

我还在同一个 Activity 中使用视频广告。我在 YouTube 视频之前展示视频广告。但我不确定这是否如此重要。

我还有另一个 Activity 显示我 channel 中的视频列表。对于列表项,我使用视频标题和缩略图。我使用以下方法从 YouTube 网站获取标题和缩略图:

http://img.youtube.com/vi/" + url + "/default.jpg

http://www.youtube.com/oembed?url=http://www.youtube.com/watch?v=" + id + "&format=json

一切正常。但是当我在 Google Play 上下载该应用程序时,我的应用程序已被删除。这是他们写的:

"After a regular review, we have determined that your app downloads, monetizes, or otherwise accesses YouTube videos in violation of the YouTube Terms of Service or YouTube API Terms of Service. Accessing content, a product, or service in an unauthorized manner is a violation of the Developer Distribution Agreement, and is not allowed on Google Play"

他们接受了我的申请,我该怎么办?

最佳答案

您的视频广告导致 Terms of Service of the Youtube API 出现问题.

the sale of advertising, sponsorships, or promotions placed on or within the YouTube audiovisual content or player; or

the sale of advertising, sponsorships, or promotions on any page of the API Client containing YouTube audiovisual content, unless other content not obtained from YouTube appears on the same page and is of sufficient value to be the basis for such sales.

这样做的原因是,在 Google 看来,您正试图从 Youtube 服务中获取广告收入。如果您没有任何自己的内容(值得转换广告),那么您的应用将被下架。

关于android - 由于 Youtube API 问题,应用已从 Google Play 下架,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29915748/

相关文章:

javascript - 如何在 localhost html 文件中使用 YouTube IFRAME-Player?

html - 如何使YouTube W3C的HTML嵌入代码兼容?

IOS SDK + Youtube API + NoLinkedYouTubeAccount

Youtube API : Video data at with country information

android - 如何从联系人列表中选择电话号码

php - 调用特定 php 函数后出现 Android Volley null 错误,其他函数工作正常

android - 如何在 Flutter 中创建垂直滚动的 PageView?

android - ListView 中的YouTubeThumbnailView

ios - 如何使用 YouTube API 获取 channel 名称?

c# 无法反序列化当前 JSON 对象