Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google suspended my app due to webview

I created a webview app for my website. Google suspended it and after searching I found out that I have to provide them with some sort of permission to display the content of my website. Question is what should that permission be? I am not able to find how to get the website domain ownership. Only thing I can get is the authorization code for the domain. Moreover the website is verified in Google search console with another Google account. As expected I created a new developer account. What should I do so Google knows that the website is mine?

like image 833
Ηλίας Βλάχος Avatar asked Oct 16 '25 18:10

Ηλίας Βλάχος


1 Answers

After so much exploring I understand how we can prevent webview application to be not suspended by Google.

  1. your website should be verified by Google Search console.
  2. Provide advance notice to the Google Play App Review team. LINK

If you done above 2 step, there is strong possibility that your app will accepted by google play store.

  1. If possible you should not just add webview only, try to add first splash screen or use some native android activities. Because Webview is not build for converting website into application. It gives you feature to add website in your android application, so by considering in mind, develop and publish your application.
like image 168
Ankit sethi Avatar answered Oct 19 '25 09:10

Ankit sethi