Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does app store or Play Store allow apps that have a WebView only to my site?

Tags:

I want to publish an app witch contains a WebView to my site only and thats the whole app. Like Mobile Web app but comes from the stores. Does app store or Play Store allow apps that have a WebView only to my site?

like image 689
helenakohan Avatar asked Jul 01 '15 20:07

helenakohan


People also ask

Does Play Store accept Webview apps?

Yes You can but when you implement webview in your application few things must keep in mind Webviews and Affiliate Spam We don't allow apps whose primary purpose is to drive affiliate traffic to a website or provide a webview of a website without permission from the website owner or administrator.

Does Apple Reject Webview apps?

Yes, they are allowed. Apple would reject them if not. But almost all of them are actually just a wrapper for Safari.

What is the difference between Webview and app?

If we remove the engine part from the browser, we basically get a webview. When this engine is placed in a native app, we get a webview app. Basically, any app that loads content from a web page is a webview app. Use a mobile app builder for iOS and Android.

Which apps run on the Webview component?

A lot of important digital products that are well known as app platforms are actually WebView apps. While most companies don't share their technology, we know that Facebook, Evernote, Instagram, LinkedIn, Uber, Slack, Twitter, Gmail, the Amazon Appstore, and many others are or have been WebView apps.


1 Answers

Yes, you can published an app which contains just a WebView of your own website. Please note that according to Google Play Developer Program Policies, it's not allowed to publish apps that provide a WebView of a website you don't own or administer:

Do not post an app where the primary functionality is to:

Provide a webview of a website not owned or administered by you (unless you have permission from the website owner/administrator to do so)

Reference: http://play.google.com/about/developer-content-policy.html

According to Apple's App Store Review Guidelines, apps which are just web views are not allowed:

4.2 Minimum Functionality

Your app should include features, content, and UI that elevate it beyond a repackaged website. If your app is not particularly useful, unique, or “app-like,” it doesn’t belong on the App Store.

Reference: https://developer.apple.com/app-store/review/guidelines/#functionality

like image 124
aygul Avatar answered Sep 20 '22 18:09

aygul