29

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?

Kaushik Burkule
  • 816
  • 1
  • 12
  • 27
helenakohan
  • 423
  • 1
  • 4
  • 4
  • Is this question on-topic for SO? Seems like it should be closed. – Trenton McKinney Sep 30 '20 at 04:45
  • i found this link to be interesting. anyone can shed some lights? it described apple's attitude towards html pages https://developer.apple.com/app-store/review/guidelines/#third-party-software – MartianMartian Jan 23 '22 at 02:40

2 Answers2

30

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

Thomas
  • 174,939
  • 50
  • 355
  • 478
aygul
  • 3,227
  • 12
  • 38
  • 42
  • Hi 10x first of all. What about apple appstore? – helenakohan Jul 03 '15 at 07:22
  • 3
    According to the App Store Review Guidelines, Apple will reject simple WebView apps without any additional functionality. – aygul Jul 03 '15 at 10:08
  • 3
    For apple store, if you add any native functionality like push notification, location ..., most likely they will accept it. At least they did for us. – PashaN Sep 14 '18 at 19:42
  • 1
    I submitted to review an application with web-view and push notification function, but Apple still does not approve it... – AnhTN Oct 07 '19 at 02:07
  • Is this still true and if so, then how does Trusted Web Activities (TWA) fit in? – Hell.Bent Feb 12 '20 at 10:05
  • I've updated this answer to the latest App Store guidelines as of July 2020. – Thomas Jul 09 '20 at 11:09
  • For the Play Store, I can't find the quoted section anymore; the closest is [Minimum Functionality](https://support.google.com/googleplay/android-developer/answer/9898783) which basically only states that your app must work and do _something_ :') – Thomas Jul 09 '20 at 11:15
  • 4
    How to prove that I'm the owner? – bsma Sep 17 '20 at 13:30
  • 1
    @AnhTN : Is it approved – Jack Jun 06 '21 at 10:19
4

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.

Here are some examples of common violations:

An app whose primary purpose is to drive referral traffic to a website to receive credit for user sign-ups or purchases on that website. Apps whose primary purpose is to provide a webview of a website without permission: Google play Developer Policy Center link

Adnan Malik
  • 67
  • 1
  • 3