Approval of App which simply redirect to a webPage [closed]
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this questionHi
I have a web site for which I have created an App that when opened just opens the website URL in iPhone Safari using [[UIApplication sharedApplication] openURL:url];
So what are the chances for this kind of app being approved...?
Thanks.
Here are the AppStore Guidelines - I would suggest reading through the specific iOS review guidelines (you'll need your developer acct to view second link). Without more details about your app, I would ask yourself if the app fits here (from the review guidelines):
2.12 Apps that are not very useful or do not provide any lasting entertainment value may be rejected 2.13 Apps that are primarily marketing materials or advertisements will be rejected
you /may/ be able to get away with it if you wrap some of it in phonegap. that is, put some of the files locally on the phone, and then use the network to get the rest.
No one here can give you an authoritative answer.
Personally I would expect such an app to be rejected based on the app store guidelines.
Apps that are not very useful or do not provide any lasting entertainment value may be rejected 2.13 Apps that are primarily marketing materials or advertisements will be rejected
http://developer.apple.com/appstore/guidelines.html
I'm not sure Apple would want that kind of app on the app store. You would be better off just making a mobile version of your site.
精彩评论