Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

geolej

macrumors newbie
Original poster
Oct 7, 2009
28
0
What Im looking for is like, some browser so I can make it look like the thing at the app store is an "app" but in reality a web browser thats hidden showing the web based app I made.

Or can I somehow submit to Apple a "bookmark icon" or something like that?
 
Yes it's possible. No I'm not sure they'll accept this. (I'm pretty sure they wont)

I use this for leaderboards in games.

Also, you can't send "bookmark apps".
 
Why would an app that is essentially a front-end to a webapp be rejected by Apple? Is there something in the SDK Agreement that prohibits this?
 
Why would an app that is essentially a front-end to a webapp be rejected by Apple? Is there something in the SDK Agreement that prohibits this?

i agree, i don't see why this might be a problem?
 
There are lots of apps already in the App store that basically embed an html/css/javascript web site/app inside a UIWebview.

It's a common technique for creating an app. Requires less than one page of Objective C code to create the encapsulated iPhone app.
 
If I'm understanding, he just wants a web view that displays a website that is hosted on a server. He doesn't seem to want to read files that are in his app. He seems to just want a bookmark in the form of an icon.

I'm not sure it will be accepted, but there's no harm in trying I guess.
 
The issue Apple will have is that a web page could display adult content, so they will probably reject it if it's not rated 17+. They will also reject it if it's not obvious that it accesses the Internet or if it doesn't gracefully deal with Airplane mode or no signal.
 
The issue Apple will have is that a web page could display adult content, so they will probably reject it if it's not rated 17+.

Only if it access arbitrary or adult sites on the internet. But you can lock a web view to 1 page or 1 site to avoid this.

They will also reject it if it's not obvious that it accesses the Internet or if it doesn't gracefully deal with Airplane mode or no signal.

Graceful failover would be true of any networked app, web based or not.

But lots of apps in the App store serve ads off the net and send usage analytics without obvious indication that they're accessing the net. So why would that cause rejection?
 
Apple's WWDC session on UIWebview specifically mentions that it's great for webapps that need to be converted to native apps. I think you can safely go ahead with that solution.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.