Home > Blockchain >  Is it possible to publish an app containing only a WebView on Appstore?
Is it possible to publish an app containing only a WebView on Appstore?

Time:12-14

I want to make an app that will basically load an e-commerce site(Made by me). Is there any possibility to get rejected from the apple review team?

CodePudding user response:

As stated in App Store review guidelines

4.2 Minimum Functionality Your app should include features, content, and UI that elevate it beyond a repackaged website.

So answer is yes.

CodePudding user response:

I've seen countless webview apps get published on the App Store. If you provide enough value to your potential users and customers, your app has high changes of getting on the App Store. (But your store should have a top mobile-optimized UI!)

If you want to increase your chances, you use a service like Gonative.io to add even more custom native features (tab bar, side bar, Biometrics etc.)

  • Related