Hi
I wanted to put a simple application on Google that displays the content of the website.
Google has rejected the application and I received this message:
Issue: Violation of Device and Network Abuse policy
We don’t allow apps that interfere with, disrupt, damage, or access in an unauthorized manner the user’s device, other devices or computers, servers, networks, application programming interfaces (APIs), or services, including but not limited to other apps on the device, any Google service, or an authorized carrier’s network.
Your app shouldn’t access or use the service or API in a manner that violates its terms of service. For example, your app shouldn't download, monetize, or access YouTube videos in a way that violates the YouTube Terms of Service.
The page is loaded by:
B4X:
WebView1.LoadUrl("https://XXXXXXXX.com")
The site has a link to the video from YT. Could this be the reason why the application was rejected by Google?
I think that's pretty much what the message from Play Store says - but you'd have to read the YouTube terms of service to see if you're doing something they prohibit.
@KMatle I do not think this is the reason for rejection. In addition, the app does a few other things . I appealed against this decision. I asked Google to provide specific reasons for declining the application .
I think the cause of Google rejection is not the kind of video you are displaying but the way you are doing it.
By using a WebView the video will keep playing also when the app is in background and that is what Google doesn't allow.
I suggest you open a video through an intent to the internal browser.