Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Apple reject "mobile web shell" applications?

Tags:

iphone

ipad

I'm not sure how to word this correctly, so I'm going to be a little verbose:

I'm tasked with building an app for my company that will just load a mobile website into a barebones browser with no address bar or anything. So basically the app will be just the same as if the user had navigated there in Safari (sans normal browser controls).

My question is: does Apple reject this sort of app because of it just being a wrapper around a mobile site? I'm totally lost on this, as I've never developed for iOS before and have no idea what kinds of roadblocks i might hit.

like image 238
danh32 Avatar asked Mar 29 '11 20:03

danh32


People also ask

Can Apple reject my app?

It doesn't matter how stunning your app looks or how entertaining it is, Apple expects it to run fluidly. If the entry screen causes confusion or frustration, if navigation is choppy, if pages take too long to load – users will be unhappy. Apple will keep that from happening by outright rejecting your app.

Why does Apple keep rejecting my app?

As per Apple, bugs and unfinished or undercooked apps with broken functionality and hyperlinks, inaccurate or misleading information are the top reason for app rejection, contributing to over a fifth of total rejections.

Do Web Apps work on iOS?

Every major browser and platform has support for service workers and are using the web manifest file in some form or fashion. This includes Apple's iPhones and iPads using iOS Safari. Do Progressive Web Apps (PWA) work on iOS? YES!!!

What is Shell for iPhone?

a-Shell is a complete local terminal emulator, allowing to run most Unix commands on you iOS device. You can transfer files using scp and curl, edit them with vim and ed, process them using grep, awk and sed.


2 Answers

Apple may reject your app if all it does is wrap a web site in a UIWebView. You need to have more functionality in your app than just loading a web page.

From the app review guidelines for iOS:

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. If your App doesn’t provide some sort of lasting entertainment value, it may not be accepted.

You may want to investigate developing your company's app as a mobile web app. There's plenty of information published by Apple (and others) about how to write mobile web apps that function similarly to native iOS apps.

like image 174
Greg Avatar answered Sep 29 '22 13:09

Greg


Put some functionality that gives your app look like native application.

Make sure that your description for app is enough for understanding to Apple app tester about you app.

and resend your app to apple store or you can send reply to apple review team about your application.

like image 42
jayraj m.g. Avatar answered Sep 29 '22 15:09

jayraj m.g.