来自Google Play的Android应用拒绝 [英] Android App rejection from Google Play

查看:393
本文介绍了来自Google Play的Android应用拒绝的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近向Google Play商店提交了一个Android应用,并收到消息表示我的应用已被拒绝。
我不确定问题所在,也找不到确切的解决方案。


拒绝原因:违反禁止行动规定
的内容政策。



经过定期审查后,我们确定您的应用程序允许
后台播放YouTube视频,违反了
YouTube API服务条款:

您的API客户端不会,并且您不会鼓励或创建
功能您的用户或其他第三方:(8)将
隔离,或修改通过YouTube API提供的任何YouTube
视听内容的音频或视频组件;



所有提交拒绝都会被跟踪。由于
政策违规行为而遭到反复拒绝将导致应用程序被暂停,此时此
应用程序将被视为对您开发者
帐户的良好信誉的一次打击,并且不再在Google Play上可用。

实际上,应用逻辑非常简单。
该应用程序只有一个WebView,它只是加载一个带有嵌入式YouTube视频的网址。


这是webview显示的链接。
http://www.x17online.com/2015/08/benji_madden_​​cameron_diaz_are_at_lax_photos_083115 #kWESwFbZwGicf9PV.99



因此,我猜这个YouTube视频播放时出现问题,所以我尝试使用几种方法解决它,但它不是' t固定。

请帮我解决!
谢谢

解决方案

我曾在我的应用程序中遇到同样的问题。 。在我的应用程序中,我有一个播放嵌入式YouTube视频的HTML页面。最后,我发现即使屏幕被锁定,视频也会在后台播放。我错过了onPause()方法来处理它。这就是我的应用程序被拒绝的原因。为了解决这个问题,


  1. 检查视频是否在后台播放,即使屏幕已锁定。如果尝试添加onPause()方法来停止播放视频。

  2. 如果以上部分没有问题,请检查您是否使用YouTube API进行整合。

这两个中的任何一个都可以工作。一切都好。


I recently submitted an Android app to Google Play Store and got a message that my app has rejected. I am not sure what the problem is and couldn't find an exact solution.

REASON FOR REJECTION:Violation of the Prohibited Actions provision of the Content Policy.

After a regular review, we have determined that your app enables background playing of YouTube videos, which is a violation of the YouTube API Terms of Service:

"Your API Client will not, and You will not encourage or create functionality for Your users or other third parties to: (8) separate, isolate, or modify the audio or video components of any YouTube audiovisual content made available through the YouTube API;"

All submission rejections are tracked. Repeated rejections due to policy violations will result in app suspension, at which point this app will count as a strike against the good standing of your developer account and no longer be available on Google Play.

Actually,the app logic is very simple. The app has the only one WebView and it just loads a url with embedded youtube videos.

Here is a link that the webview shows. http://www.x17online.com/2015/08/benji_madden_cameron_diaz_are_at_lax_photos_083115#kWESwFbZwGicf9PV.99

So I guess there is a problem when playing this youtube videos, so I tried to use several methods to solve it but it isn't fixed.

Please help me out!!! Thanks

解决方案

I have encountered the same issue in my app once.It got rejected because of YouTube policy violation issue.In my app,i had an HTML page which plays embedded YouTube videos.Finally i found that the video plays in background even though screen is locked.I missed onPause() method to handle it.That was the reason why my app got rejected.So in order to fix this,

  1. Check whether the video plays in background even though screen is locked.If so try adding onPause() method to stop the video from playing.
  2. If the above part is fine,check if you are using YouTube API for integrating this.

Either one of these two should work.All the best.

这篇关于来自Google Play的Android应用拒绝的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆