16
8
|
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.
| ||
add comment |
29
|
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:
EDIT: 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.
| ||||||||
|
3
|
-EDIT-
I stand corrected; our application shipped over a year ago, and it looks like the guidelines have since changed.
-END EDIT-
My company has developed an application that has been approved by Apple that is exactly what you describe, simply a container application that acts as a wrapper around a web page.
Now, it still has to go through the approval process, so whatever web site the application will be interfacing with has to be online and fully functional as Apple reviews the application.
| ||||||||||||||||
|
2
|
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.
| ||||
1
|
See section 2.12 in App Store Review Guidelines:
| ||
add comment |