I have created a few android apps using Cordova, These are having videos in it. I am trying to upload the Apps on Google play store but every-time they are rejecting all app
I fixed this issue with my app (not using Cordova). I was using a WebView which opened Youtube links, which was the problem.
Add an if statement to open youtube.com and youtu.be links using the code from this post, so they open in the app instead.