This sounds similar to this issue:

http://stackoverflow.com/questions/32730711/android-app-rejection-from-google-play

So it looks like you must have a web view that allows playing youtube
videos, and they will continue to play when the app is put into the
background.  That, apparently is against youtube's policy.

So, looks like you'll need to deal with this case inside your lifecycle's
"stop" method, to pause or stop the youtube video when your app goes into
the background.

Steve

On Sun, Apr 9, 2017 at 8:23 PM, <[email protected]> wrote:

> Greeting Shai,
> My app had to reject it because it violates our device and network abuse
> policy .
> They told "Modify your app to make sure it doesn’t access or use a service
> or API in a manner that violates its terms of service; for example, by
> enabling background play of YouTube videos."
> How I enabling background play of YouTube videos?
> Bgds,
> Gol
>
> --
> You received this message because you are subscribed to the Google Groups
> "CodenameOne Discussions" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> Visit this group at https://groups.google.com/
> group/codenameone-discussions.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/codenameone-discussions/6329092c-804f-43f6-bd0c-
> 8cf764ace8d7%40googlegroups.com
> <https://groups.google.com/d/msgid/codenameone-discussions/6329092c-804f-43f6-bd0c-8cf764ace8d7%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Steve Hannah
Software Developer
Codename One
http://www.codenameone.com

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKXAWiMnkYN3EySSwZ7tR9c-td_fWQBLDJ%3Dx_Upk43kLfQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to